Create workbook links - Microsoft Support (2024)

Excel for Microsoft 365 Excel for the web Excel 2021 Excel 2019 Excel 2016 More...Less

Aworkbook link (previously called an external reference) is a way to combinedata from other workbooks or other sheets in the same workbook. You might want to use them to:

  • Link workbooks from several departments and then integrate pertinent data into a summary workbook. When the source workbooks change, the summary workbook is updated.

  • Create different views of databy creating several report workbooks that only link to pertinent data.

WindowsWeb

You can reference cells or a defined name in another workbook or the same workbook.

The workbook that contains the links is called the destination workbook, and the workbook that it's linked tois called the source workbook. You can link multiple source workbooks to a single destination workbook.


Create workbook links - Microsoft Support (1)

  1. The destination workbook contains the workbook link.

  2. The workbook linkrefers to a cell orrange in a source workbook.

  3. The source workbook has the values returned to the destination workbook.

Method 1

  1. Open the destination workbook that will contain the external reference and the source destination workbook that contains the data to which you want to create theworkbook link.

  2. Select the cell or cells where you want to create the external reference.

  3. Type = (equal sign).

    If you want to use a function, such as SUM, then type the function name followed by an opening parenthesis. For example, =SUM(.

  4. Switch to the source workbook, and then click the worksheet that contains the cells that you want to link.

  5. Select the cell or cells that you want to link to and press Enter.

    Note:If you select multiple cells, like =[SourceWorkbook.xlsx]Sheet1!$A$1:$A$10, and have a current version of Microsoft 365, then you can simply press ENTER to confirm the formula as a dynamic array formula. Otherwise, the formula must be entered as a legacy array formula by pressing CTRL+SHIFT+ENTER. For more information on array formulas, see Guidelines and examples of array formulas.

  6. Excel will return you to the destination workbook and display the values from the source workbook.

  7. Note that Excel will return the link with absolute references, so if you want to copy the formula to other cells, you'll need to remove the dollar ($) signs:

    =[SourceWorkbook.xlsx]Sheet1!$A$1

    If you close the source workbook, Excel will automatically append the file path to the formula:

    ='C:\Reports\[SourceWorkbook.xlsx]Sheet1'!$A$1

Method 2

  1. Open the destination workbook that will contain the workbook link and the source workbook that contains the data that you want to link to.

  2. In the source workbook, select the cell or cells you want to link.

  3. Press Ctrl+C or go to Home > Clipboard > Copy.

  4. Switch to the destination workbook, and then click the worksheet where you want the linked data to be placed.

  5. Select the cell where you want to place the linked data, and selectHome > Clipboard > Paste > Paste Link.

  6. Excel returns the data you copied from the source workbook. If you change it, it will automatically change in the destination workbook.

  1. Open the destination workbook that will contain the external reference and the source workbook that contains the data to which you want to create theworkbook link.

  2. Select the cell or cells where you want to create the external reference.

  3. Type = (equal sign).

  4. Switch to the source workbook, and then click the worksheet that contains the cells that you want to link.

  5. Press F3, select the name that you want to link toand press Enter.

    Note:If the named range references multiple cells, and you have a current version of Microsoft 365, then you can simply press ENTER to confirm the formula as a dynamic array formula. Otherwise, the formula must be entered as a legacy array formula by pressing CTRL+SHIFT+ENTER. For more information on array formulas, see Guidelines and examples of array formulas.

  6. Excel will return you to the destination workbook and display the values from the named range in the source workbook.

  1. Open the destination workbook and the source workbook.

  2. In the destination workbook, selectFormulas >Defined Names >Define Name.

  3. In the New Name dialog box, in the Name box, type a name for the range.

  4. In the Refers to box, delete the contents, and then keep the cursor in the box.

    If you want the name to use a function, enter the function name, and then position the cursor where you want the external reference. For example, type =SUM(), and then position the cursor between the parentheses.

  5. Switch to the source workbook, and then click the worksheet that contains the cells that you want to link.

  6. Select the cell or range of cells that you want to link, and click OK.

    Create workbook links - Microsoft Support (2)

There are different ways Formulas with workbook links are displayed.

When the source workbook is open, the workbook link in the destination workbook includes the workbook name in square brackets ([ ]), followed by the worksheet name, an exclamation point (!), and the cells that the formula depends on. For example:

=SUM([Budget.xlsx]Annual!C10:C25)

When the source workbook is not open, the workbook link in the destination workbook includes the entire path. For example:

=SUM('C:\Reports\[Budget.xlsx]Annual'!C10:C25)

Note:If the name of the other worksheet or workbook contains spaces or non-alphabetical characters, you must enclose the name (or the path) within single quotation marks as in the example above. Excel will automatically add these for you when you select the source range.

Formulas that link to a defined name in another workbook use the workbook name followed by an exclamation point (!) and the defined name. For example:

=SUM(Budget.xlsx!Sales)

When you create a workbook link, both workbooks must be saved in an online location you can reach with your Microsoft 365 account.

Important:Workbook links are considered potentially unsafe and must be enabled when you open a formula workbook. When you open a formula workbook, click Enable Content in the Message Bar to allow the workbook links to function. If you don't, Excel keeps the most recent values and disables refreshing the links with values from the data workbook.

Method 1

  1. Open the destination workbook that will contain the external reference and the source destination workbook that contains the data to which you want to create theworkbook link.

  2. Select the cell or cells where you want to create the external reference.

  3. Type = (equal sign).

    If you want to use a function, such as SUM, then type the function name followed by an opening parenthesis. For example, =SUM(.

  4. Switch to the source workbook, and then click the worksheet that contains the cells that you want to link.

  5. Select the cell or cells that you want to link to and press Enter.

    Note:If you select multiple cells, like =[SourceWorkbook.xlsx]Sheet1!$A$1:$A$10, and have a current version of Microsoft 365, then you can simply press ENTER to confirm the formula as a dynamic array formula. Otherwise, the formula must be entered as a legacy array formula by pressing CTRL+SHIFT+ENTER. For more information on array formulas, see Guidelines and examples of array formulas.

  6. Excel saves the formula in the destination workbook but cannot change the tab back to the destination workbook.

  7. Note that Excel will return the link with absolute references, so if you want to copy the formula to other cells, you'll need to remove the dollar ($) signs. Full cloud file path is used in the URL:

    =SUM('https://microsoft-my.sharepoint.com/personal/v-mathavale_microsoft_com/Documents/[data.xlsx]Sheet1'!$A$6:$A$9)

Method 2

  1. Open the destination workbook that will contain the workbook link and the source workbook that contains the data that you want to link to.

  2. In the source workbook, select the cell or cells you want to link.

  3. Press Ctrl+C or go to Home > Clipboard > Copy.

  4. Switch to the destination workbook, and then click the worksheet where you want the linked data to be placed.

  5. Select the cell where you want to place the linked data, and selectHome > Clipboard > Paste > Paste Link.

  6. Excel returns the data you copied from the source workbook. If you change it, it will automatically change in the destination workbook when you refresh your browser window.

See Also

Manage workbook links

Define and use names in formulas

Description of workbook link management and storage in Excel

Need more help?

Want more options?

Discover Community

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Create workbook links - Microsoft Support (3)

Microsoft 365 subscription benefits

Create workbook links - Microsoft Support (4)

Microsoft 365 training

Create workbook links - Microsoft Support (5)

Microsoft security

Create workbook links - Microsoft Support (6)

Accessibility center

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Create workbook links - Microsoft Support (7)

Ask the Microsoft Community

Create workbook links - Microsoft Support (8)

Microsoft Tech Community

Create workbook links - Microsoft Support (2024)

FAQs

How to create workbook links in Excel? ›

Create a workbook link to a defined name in another workbook

Type = (equal sign). Switch to the source workbook, and then click the worksheet that contains the cells that you want to link. Press F3, select the name that you want to link to and press Enter.

How to fix workbook links in Excel? ›

Fix a broken link
  1. Open the workbook that contains the broken link.
  2. On the Data tab, click Edit Links. ...
  3. In the Source file box, select the broken link that you want to fix. ...
  4. Click Change Source.
  5. Browse to the location of the file containing the linked data.
  6. Select the new source file, and then click Change Source.

How do you fix this workbook contains one or more links that Cannot be updated? ›

Solution
  1. Open the Excel spreadsheet.
  2. Click File.
  3. Click Info.
  4. Click Edit Links to Files.
  5. In the Edit Links pop-up, if relevant select the link and click Break Link and confirm.
  6. Save the spreadsheet.

How do I create a workbook connection in Excel? ›

The Workbook Connections dialog box (Select Data > Connections) helps you manage one or more connections to external data sources in your workbook. You can use this dialog box to do the following: Create, edit, refresh, and delete connections that are in use in the workbook.

How to find workbook links in Excel? ›

To open the Workbook Links pane, select Data > Queries and Connections > Workbook Links. Select Link options (...) next to the required workbook and then select Open workbook.

What does manage workbook links in Excel mean? ›

In Microsoft Excel, you can link a cell in a workbook to another workbook using a formula that references the external workbook. This is called a workbook link. When this workbook link is created, it may use a relative path, which can enable you to move the workbooks without breaking the link.

How do I enable links in Excel? ›

On a worksheet, select the cell where you want to create a link. On the Insert tab, select Hyperlink. You can also right-click the cell and then select Hyperlink... on the shortcut menu, or you can press Ctrl+K.

Why are workbook links greyed out in Excel? ›

It could be your boss hasn't the permission of source workbook. You may also check Workbook links status on your Boss' machine.

How do I automatically update links in workbook? ›

Select the Enable automatic update of Workbook Links option to allow Excel to automatically refresh the links in your workbook. Confirm and Save Settings: Click OK to close the Trust Center dialog box, and then click OK again to close the Excel Options dialog box.

How do I open an Excel workbook without updating links? ›

In Excel, select Edit Links in the Queries & Connections group on the Data tab. Click Startup Prompt. Click the Don't display the alert and don't update automatic links option. If you choose not to update the links and not to receive the message, users of the workbook will not know that the data is out of date.

How do I fix my Excel workbook? ›

Repair a corrupted workbook
  1. Click File > Open.
  2. Click the location and folder that contains the corrupted workbook.
  3. In the Open dialog box, select the corrupted workbook.
  4. Click the arrow next to the Open button, and then click Open and Repair.
  5. To recover as much of the workbook data as possible, pick Repair.

Which are three ways to create a new workbook? ›

You can create new workbooks from scratch, from a template, or by importing an existing spreadsheet, as well as create other types of documents.
  • Create a blank workbook from scratch.
  • Create a new workbook using a template from Spreadsheet.com's Template Gallery.
  • Import an existing spreadsheet from your computer.

What is workbook answers? ›

A workbook is a document that contains one or more worksheets to help in organising the data.

What is the difference between a worksheet and a workbook in Excel? ›

A workbook is a spreadsheet program file that you create in Excel. A workbook contains one or more worksheets. A worksheet (also known as a spreadsheet) consists of cells in which you can enter and calculate data. The cells are organized into columns and rows.

How do you Hyperlink an Excel sheet to another workbook? ›

Here are the steps for hyperlinking Excel spreadsheets:
  1. Open the source and the destination spreadsheets.
  2. Select the location where you want the hyperlink to appear.
  3. Navigate to the "Function Library" in the "Formulas" tab.
  4. Open the "Lookup and Reference" menu.
  5. Select "Hyperlink". ...
  6. Fill in the "Friendly_name" box.
Jul 5, 2023

How do I save an Excel workbook as a link? ›

Give a link to the Excel file

You can send an Excel file link through an email or a portal website. To email an Excel file, click on the 'File' tab, 'Save as' and then 'Send'. Most websites that allow you to share Excel files have a small box to paste this hyperlink created when you save your file.

How do I link two Excel workbooks to automatically update? ›

Use this method to update your Excel worksheet automatically:
  1. Open your worksheets. First, open both spreadsheets that you want to connect. ...
  2. Select data from your source worksheet. ...
  3. Copy the formula. ...
  4. Click the corresponding area of the new sheet. ...
  5. Enter the link. ...
  6. Add criteria. ...
  7. Set update intervals. ...
  8. Save the workbook.
Apr 9, 2024

How do I automatically link Excel spreadsheets? ›

How to Link Sheets in Excel?
  1. Open two spreadsheets containing the same simple dataset.
  2. In sheet 1, select a cell and type Ctrl + C / Cmd + C to copy it.
  3. In sheet 2, right-click on the equivalent cell and go to the Paste > Link.
  4. To prove they're linked, return to sheet 1 and change the value in the cell you copied.
Mar 13, 2024

Top Articles
Average Net Worth by Age, Education, and Race | The Motley Fool
Research Guides: Introduction to Excel and Spreadsheets: Spreadsheet Best Practices
NYT Mini Crossword today: puzzle answers for Tuesday, September 17 | Digital Trends
Craigslist Monterrey Ca
Jackerman Mothers Warmth Part 3
Gamevault Agent
Cad Calls Meriden Ct
Chris wragge hi-res stock photography and images - Alamy
Noaa Weather Philadelphia
Texas (TX) Powerball - Winning Numbers & Results
Top Hat Trailer Wiring Diagram
Nonuclub
2016 Hyundai Sonata Price, Value, Depreciation & Reviews | Kelley Blue Book
Charmeck Arrest Inquiry
Scholarships | New Mexico State University
Void Touched Curio
No Hard Feelings Showtimes Near Cinemark At Harlingen
Sky X App » downloaden & Vorteile entdecken | Sky X
Rachel Griffin Bikini
Booknet.com Contract Marriage 2
Morristown Daily Record Obituary
18889183540
Catherine Christiane Cruz
Shiftselect Carolinas
Gina Wilson All Things Algebra Unit 2 Homework 8
UMvC3 OTT: Welcome to 2013!
[PDF] PDF - Education Update - Free Download PDF
Play It Again Sports Norman Photos
Greyson Alexander Thorn
Craigslist Alo
Stickley Furniture
Paradise Point Animal Hospital With Veterinarians On-The-Go
Xfinity Outage Map Lacey Wa
Gina's Pizza Port Charlotte Fl
Six Flags Employee Pay Stubs
Radical Red Doc
Gets Less Antsy Crossword Clue
Academic important dates - University of Victoria
Craigslist Gigs Wichita Ks
Join MileSplit to get access to the latest news, films, and events!
Engr 2300 Osu
Gym Assistant Manager Salary
QVC hosts Carolyn Gracie, Dan Hughes among 400 laid off by network's parent company
21 Alive Weather Team
Why Are The French So Google Feud Answers
Port Huron Newspaper
Bonecrusher Upgrade Rs3
The 13 best home gym equipment and machines of 2023
Mail2World Sign Up
Okta Hendrick Login
One Facing Life Maybe Crossword
Craigslist Centre Alabama
Latest Posts
Article information

Author: Mr. See Jast

Last Updated:

Views: 6274

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.