External Links In Excel (2024)

External Links in Excel are references to cells, ranges, or defined names in different workbooks. And while adding external links in a worksheet is straightforward, locating them is challenging.

Users can use external links to merge data from multiple workbooks, build different views of the Excel data, and streamline massive, complex models.

For example, the image below shows two workbooks, Jan2022_Product Revenue_Data, and 2022_Total Monthly Product Revenue_Data.

External Links In Excel (1)

Suppose the requirement is to update the total product cost from the Jan2022_Product Revenue_Data workbook as the total revenue for January in the second workbook.

Then, we can check External Links in Excel options to achieve the desired output.

External Links In Excel (2)

We must update the total product revenue for January in cell B2 of the 2022_Total Monthly Product Revenue_Data workbook using the data in cell D8 of the first workbook. Thus, we use an external link or reference to cell D8 in the worksheet of the first workbook in the target cell.

The external reference in cell B2 includes the source workbook and worksheet names and an absolute reference in excel to the source cell containing the required data.

Likewise, we can update the revenue figures for the remaining months from the corresponding workbooks using external links. And clicking the target cells will allow us to view External Links in Excel, as shown above.

Table of contents
  • What Are External Links In Excel?
    • Types Of External Links In Excel
    • How To Find, Edit, And Remove External Links In Excel?
    • Important Things To Note
    • Frequently Asked Questions (FAQs)
    • Download Template
    • Recommended Articles
Key Takeaways
  • External Links in Excel provide a way to reference cells, ranges, and defined names in an Excel file from different workbooks. However, we will require to update the target cell format to achieve the externally referenced data in the required data type.
  • Users can use external links to connect to external data, which they must analyze periodically without copying it repeatedly. Thus, it saves time and effort and helps avoid errors.
  • One can enter an external link directly in the Formula bar. But if we want to manage the external links in a workbook, use the Find & Replace and Edit Links options.

Types Of External Links In Excel

Excel offers three types of external links:

  1. Links from the same worksheet.
  2. Links from a different worksheet within the same workbook.
  3. Links from a different workbook.

#1 – Links Within the Same Worksheet

Suppose the requirement is to update a cell with the value in another cell of the same worksheet. Then, we can use links containing only the cell address for referencing the cells containing the source data.

For example, the following worksheet contains employees’ first and last names, with which we must update their full names in column C.

External Links In Excel (3)

The steps to use the links referencing the cells containing the source data in the target cells within the same worksheet are as follows:

Step 1: Select cell C2, enter the formula =A2, and press Enter.

External Links In Excel (4)

Step 2: Select cell C3, enter the formula =A3&” “&B3, and press Enter.

External Links In Excel (5)

The Formula Bar shows the cell addresses referenced in the target cells. And any changes made to the data in the referenced cells will reflect in the target cells.

For instance, we change the last name in row 3. Then, the cell C3 value gets updated automatically.

External Links In Excel (6)

#2 – Links from Different Worksheet but Within the Same Workbook

Suppose the requirement is to update values in one worksheet using data from different worksheets within the same workbook. Then, we can use links containing the worksheet name and cell address for referencing the cells in the corresponding worksheets containing the source data.

For example, consider the two worksheets in the Employee Names_Data workbook, Employee_ID, and Employee_Workstation_ID.

External Links In Excel (7)
External Links In Excel (8)

The steps to use links to reference cells of the Employee_ID worksheet to update the employee IDs in column C of the Employee_Workstation_ID worksheet using the Employee_ID worksheet data are,

Step 1: Select cell C2 in the Employee_Workstation_ID worksheet, and enter the VLOOKUP() formula =VLOOKUP(A2,

External Links In Excel (9)

Next, go to the Employee_ID worksheet, and select the table_array range, A1:B11. And Excel will show the reference or link as shown below: =VLOOKUP(A2,Employee_ID!A1:B11

External Links In Excel (10)

However, as the table array range should remain constant in all the target cells, make the cell references absolute. And add a comma as =VLOOKUP(A2,Employee_ID!$A$1:$B$11,

External Links In Excel (11)

Next, complete the VLOOKUP excel formula as =VLOOKUP(A2,Employee_ID!$A$1:$B$11,2,

External Links In Excel (12)

And after updating the range_lookup argument as an exact match, close the brackets. The complete formula will be: =VLOOKUP(A2,Employee_ID!$A$1:$B$11,2,FALSE)

External Links In Excel (13)

Step 2: Press Enter, then the formula gets updated in the target cell in the Employee_Workstation_ID worksheet, and we can see the required data, as shown below.

External Links In Excel (14)

Step 3: Using the fill handle in excel, update the formula in cells C3:C11.

External Links In Excel (15)

#3 – Links from A Different Workbook

Suppose the requirement is to update values in a worksheet using data from a different workbook. Then, we can use links containing the workbook name, worksheet name, and cell address to reference the cells in the worksheet in the corresponding source workbook.

For example, we have two workbooks, Employee Names_Data, and Employee_Contact Numbers.

External Links In Excel (16)
External Links In Excel (17)

The requirement is to update the employee contact numbers in column C of the Employee Desig_Contact_Number worksheet in the Employee Names_Data workbook. And we must use the data provided in the Emp_Contact Numbers worksheet of the Employee_Contact Numbers workbook to update the target cells.

Then, the steps are as follows:

Step 1: Select cell C2 in the Employee Desig_Contact_Number worksheet of the Employee Names_Data workbook and enter the VLOOKUP() formula =VLOOKUP(A2,

External Links In Excel (18)

Next, go to the Emp_Contact Numbers worksheet in the Employee_Contact Numbers workbook and select the table_array range as A1:B6.

Excel will show the selected range with the workbook name, worksheet name, and cell addresses referenced. And the reference will always be absolute when referencing cells from different workbooks as

=VLOOKUP(A2,'[Employee_Contact Numbers.xlsx]Emp_Contact Numbers’!$A$1:$B$6

External Links In Excel (19)

And then, enter a comma and complete the VLOOKUP() formula as explained previously.

External Links In Excel (20)

=VLOOKUP(A2,'[Employee_Contact Numbers.xlsx]Emp_Contact Numbers’!$A$1:$B$6,2,FALSE)

External Links In Excel (21)

Step 2: Pressing Enter will execute the formula in the target cell in the Employee Names_Data workbook.

External Links In Excel (22)

Step 3: Using the fill handle, enter the formula in cells C4:C6.

External Links In Excel (23)

How To Find, Edit, And Remove External Links In Excel?

We can find, edit and remove or delete External Links in Excel using the following methods:

  1. Find & Replace method with Operator symbol.
  2. Find & Replace method with File Extension.
  3. Edit link option in Excel.

Method #1 – Using the Find & Replace Method with Operator Symbol

The below image shows a workbook containing external links. And when we open workbooks containing external links, we will see the following warning message.

External Links In Excel (24)

And if the links are trustworthy, click Update to proceed.

In this example, the worksheet Student_Status in the Student_Promotion_Status workbook references data from an external source. And the external data source is the Sheet1 worksheet in the Student_Score workbook, stored in the path mentioned in the Formula Bar.

The steps to determine all the cells containing the external references to view External Links in Excel worksheet Student_Status are as follows:

Step 1: Click HomeFind & Select Find or press the shortcut keys Ctrl + F to open the Find and Replace window.

External Links In Excel (25)
External Links In Excel (26)

Step 2: Enter the Operator symbol, ‘[‘, in the Find what field in the Find tab in the Find and Replace window. And click Options.

External Links In Excel (27)

Set the following Options settings to search the entire workbook, and click Find All.

External Links In Excel (28)

Excel will list all the cells containing the external references in the Find and Replace window. The reason is that the external links include the workbook names of the worksheets containing the cells referenced enclosed in Bar brackets (‘[ ]’).

External Links In Excel (29)

Thus, in this way, we can find and check External Links in Excel sheets.

Method #2 – Using the Find & Replace Method with File Extension

Typically, one would use excel extensions such as .xlsx, .xls, and .xlsm to save Excel files. And when we use external links in a worksheet, the external source files’ extensions will appear in the target cells.

Thus, we can use the Find & Replace option from the Home tab in the workbook, where we must find the external links. And search for cells containing terms starting with the phrase “.xl”.

For example, the below workbook, Monthly Net Income_Data, includes a worksheet, Monthly_Net_Income, which references data from external sources. The two external sources are the Savings worksheet in the Monthly Savings_Data workbook and the Expenses worksheet in the Monthly Expenses_Data workbook.

External Links In Excel (30)

The steps to find all the cells in the Monthly_Net_Income worksheet containing external links are as follows:

Step 1: Use the excel keyboard shortcut Ctrl + F to open the Find and Replace window.

External Links In Excel (31)

Step 2: Enter the phrase, “.xl*”, in the Find what field in the Find tab in the Find and Replace window, and click Options.

External Links In Excel (32)

And set the following Options settings, and click Find All.

External Links In Excel (33)

Excel will list all the cells in the workbook containing the file extensions beginning with “.xl”.

External Links In Excel (34)

However, in scenarios where we have to delete External Links in Excel, we should be careful while selecting the cells to remove the external links or replace them with values. The reason is that if the worksheet has cells with data containing ‘[‘ or “.xl” and the date is other than external links. Then, the above-mentioned methods will include those cells also in the found list.

Method #3 – Using Edit Link Option in Excel

We can use the Edit Links option from the Data tab to delete or break External Links in Excel.

The option will appear greyed out if the workbook contains no external links.

For example, the Stock Sale_Data worksheet in the Stock Sale_Data workbook contains external links to cells in the Stock_Volume worksheet. And the Stock_Volume worksheet is in a different workbook, Stock Volume Traded_Data.

Thus, the Edit Links option in the Data tab appears enabled.

External Links In Excel (35)

The procedure to use the Edit Links option is shown below,

Select the data range D2:D6 to edit, delete or break External Links in Excel cells.

External Links In Excel (36)

The Edit Links window will open.

External Links In Excel (37)

We can now choose the required options to manage the links.

  • Update Values: The option updates any changed values from the linked or referenced worksheet.
  • Change Source: The option changes the source file location path.
  • Open Source: The option opens the source file instantly.
  • Break Link: The option permanently deletes the formula, removes the external links, and replaces the formulas with the values. Also, one cannot undo the changes.
  • Check Status: The option checks the link status.

Let us consider a few of the options.

#Change Source Option

Click the Change Source option to change the source file location path.

External Links In Excel (38)

The Change Source window will open, showing the source file name on the top for which we want to change the file location path. And once we update the source file location path, click Open.

External Links In Excel (39)

And the Location in the Edit Links window gets updated.

#Check Status Option

We shall check the link status. And for that, click Check Status.

External Links In Excel (40)

The above action shows the status as OK, as the link has no errors.

External Links In Excel (41)

#Break Link Option

If we want to break the worksheet’s external links, click the Break Link option.

External Links In Excel (42)

The following warning message will appear as the option permanently converts the formulas into values.

And clicking the Break Links option will replace the formulas with the values, as shown below.

External Links In Excel (43)
External Links In Excel (44)

And the Edit Links window does not show the external source file name. Finally, once done, click Close.

Important Things To Note

  • The External Links in Excel worksheet to cells in different workbooks will include absolute cell references.
  • If the worksheet contains objects, charts, data validation, or conditional formatting, then when checking the worksheet for external links, check the above-mentioned aspects manually. The reason is that the external links in such items will not show in the Find and Replace search results.
  • The external links in functions such as SUMIF in excel and COUNTIF in excel will work only when the source file is open.

Frequently Asked Questions (FAQs)

1. How do I find hidden External Links in Excel?

We can find hidden External Links in Excel using the following steps, explained with an example.
Suppose we have two workbooks, each containing one worksheet.

External Links In Excel (45)

External Links In Excel (46)

When we see the Data tab in the second workbook, the Edit Links option appears enabled, indicating the workbook contains external links. But the sheet only shows four text boxes. And if we use the Find & Replace option using the shortcut keys Ctrl + F, we find zero search results.

External Links In Excel (47)

External Links In Excel (48)

External Links In Excel (49)

Select Home Find & ReplaceGo To Special in the second workbook.

External Links In Excel (50)

The Go To Special window will open, where we must select Objects, and click OK.

External Links In Excel (51)

The above action results in highlighting the objects containing external links. In this case, the four text boxes get highlighted.

External Links In Excel (52)

And clicking on individual text boxes shows the external links in the Formula Bar to cells in the first workbook.

External Links In Excel (53)

External Links In Excel (54)

2. Why are external links not updating in Excel?

The external links are not updating in Excel, perhaps because the chosen Trust Center Settings option for External Content in the Excel Options window is incorrect.
The steps to overcome or fix the issue are as follows:
1. Click FileOptions to open the Excel Options window.
2. Select Trust CenterTrust Center Settings.
3.The Trust Center dialog box will open, where we must click on External Content.
4.Choose the option to enable automatic updates for all workbook links under the Security settings for Workbook Links section.

3. Why won’t Excel external links break?

Excel external links won’t break, perhaps because of the following reasons:
The worksheet is protected.
The external file contains defined names.
The external file contains formulas linked to the source file in the Data Validation field.
The external file contains charts with phantom external links to the source file.
The external links are in the Conditional Formatting settings.

Download Template

This article must help understand the External Links in Excel, with its formula and examples. We can download the template here to use it instantly.

Employee Names_DataDownload

Recommended Articles

This has been a guide toExternal Links In Excel. Here we learn to find, edit, remove links from different workbooks, examples & downloadable excel template. You may learn more from the following articles –

  • Break Links In Excel
  • Convert Numbers To Text In Excel
  • Compare Two Lists In Excel

As an expert in Excel and external links, I have extensive experience and knowledge in working with various aspects of data referencing, merging, and linking between workbooks. My expertise is demonstrated by the in-depth understanding and practical examples provided in the article about External Links in Excel.

Concepts Used in the Article:

  1. External Links in Excel:

    • Provide a way to reference cells, ranges, and defined names in an Excel file from different workbooks.
    • Used for merging data, building different views, and streamlining complex models.
  2. Types of External Links:

    • Links within the Same Worksheet:

      • Use links containing only the cell address for referencing cells in the same worksheet.
      • Examples involve updating values within the same worksheet using simple cell references.
    • Links from Different Worksheet within the Same Workbook:

      • Use links containing the worksheet name and cell address for referencing cells in different worksheets of the same workbook.
      • Examples include using VLOOKUP() to retrieve data from another worksheet within the same workbook.
    • Links from a Different Workbook:

      • Use links containing the workbook name, worksheet name, and cell address for referencing cells in a different workbook.
      • Examples involve using VLOOKUP() to retrieve data from a different workbook.
  3. How to Find, Edit, and Remove External Links:

    • Find & Replace with Operator Symbol:

      • Use the Find & Replace method with the '[' symbol to locate cells with external references.
      • Allows users to identify cells containing external links in the entire workbook.
    • Find & Replace with File Extension:

      • Search for cells containing terms starting with ".xl" to identify external links based on file extensions.
      • Useful for locating cells with external links referencing specific file types.
    • Edit Links Option:

      • Accessible from the Data tab, the Edit Links option allows users to manage external links.
      • Options include updating values, changing the source, opening the source, and breaking the link.
  4. Important Things to Note:

    • External links in Excel worksheets to cells in different workbooks will include absolute cell references.
    • Objects, charts, data validation, and conditional formatting may also contain external links.
  5. Frequently Asked Questions (FAQs):

    • Answers to common questions related to finding hidden external links, reasons for external links not updating, and troubleshooting issues when external links won't break.
  6. Download Template:

    • Provides a downloadable template for users to practice and apply the concepts discussed in the article.
  7. Recommended Articles:

    • Suggests additional reading on related topics such as breaking links in Excel, converting numbers to text, and comparing two lists.

In conclusion, this comprehensive article serves as a valuable resource for users seeking to understand, implement, and troubleshoot external links in Excel, showcasing my expertise in the subject matter.

External Links In Excel (2024)

References

Top Articles
Latest Posts
Article information

Author: Dean Jakubowski Ret

Last Updated:

Views: 5390

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Dean Jakubowski Ret

Birthday: 1996-05-10

Address: Apt. 425 4346 Santiago Islands, Shariside, AK 38830-1874

Phone: +96313309894162

Job: Legacy Sales Designer

Hobby: Baseball, Wood carving, Candle making, Jigsaw puzzles, Lacemaking, Parkour, Drawing

Introduction: My name is Dean Jakubowski Ret, I am a enthusiastic, friendly, homely, handsome, zealous, brainy, elegant person who loves writing and wants to share my knowledge and understanding with you.