Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Super User is a question and answer site for computer enthusiasts and power users. It only takes a minute to sign up.
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.

Excel, See if Sheet A is referenced elsewhere in Workbook
I have a fairly large workbook. Is there a way to check if a certain sheet is referenced by any other sheets ie via formulas?
For example I have a large dataset in Sheet A, but all the other sheets in my workbook may have some sumifs, vlookups, index match, etc applied referencing sheet A.
I've heard of trace dependents but not sure if it works for entire sheets/ give desired results.
- microsoft-excel
Use the Find function:
- Click Options >>
- Within: Workbook
- Look in: Formulas
- Find What: Type your sheetname here
You can use "Find Next" to look at them one at a time or press "Find All" to get a list of all places at once.

You must log in to answer this question.
Not the answer you're looking for browse other questions tagged microsoft-excel ..
- The Overflow Blog
- Will developers return to hostile offices?
- Are LLMs the end of computer programming (as we know it)?
- Featured on Meta
- We're rolling back the changes to the Acceptable Use Policy (AUP)
- Seeking feedback on tag colors update
Hot Network Questions
- Pronouns of professors in Statement of Purpose
- Did Cornelius Vanderbilt's descendants lose their family wealth by 1973?
- Can I decline a professor's request for video conferencing?
- Can a spaceship "hitchhike" on an explosion to escape a gravity well?
- Deciding to not apply to a college that I have met with a faculty member, advice on what to do
- At the intersection of engineering and astronomy in its structure as a scientific discipline
- Is TfL a public body as under s17(6)(d) POA1985?
- What is the minimal density of a set A such that A+A = N?
- Does China have no homeless people?
- How to write an SQL query where the count of 2 different attributes is the same?
- Why does Sacred Flame specify that the target gets no benefit from cover?
- Manhwa about female lead reincarnated to noble family with magic but she has no mana
- How much steel could be recovered from cities a few hundred years after a nuclear apocalypse?
- Will capacitors that are connected between GND and Vcc to a CPU impact the capacitance between the same pins on other components?
- Symbolic integration of a sigmoid function
- How to prevent theft in a society where everyone has hyperspace storage?
- Creating a Card Stack with Geomery Nodes
- Compare all columns to each other one by one in a smart way
- What is the mana value of Smelt//Herd//Saw?
- What kind of t-shirt is this?
- Can sound waves be modulated?
- What type of topological space is this?
- How can I "bump" my system clock by fractions of a second on macOS for ham radio time keeping needs?
- How do I ask my previous managing director for a recommendation she offered when I was leaving?
Your privacy
By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy .
See links between worksheets
Important: This feature isn’t available in Office on a Windows RT PC. Inquire is only available in the Office Professional Plus and Microsoft 365 Apps for enterprise editions. Want to see what version of Office you're using?
A great way to check for links between worksheets is by using the Worksheet Relationship command in Excel. If Microsoft Office Professional Plus 2013 is installed on your computer, you can use this command, found on the Inquire tab, to quickly build a diagram that shows how worksheets are linked to each other. If you don't see the Inquire tab in the Excel ribbon, see Turn on the Spreadsheet Inquire add-in .
Open the file that you want to analyze for worksheet links.
On the Inquire tab, click Worksheet Relationship .

The Worksheet Relationship Diagram appears, showing links between the worksheets in the workbook.

Need more help?
Want more options.
Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Microsoft 365 subscription benefits

Microsoft 365 training

Microsoft security

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

Ask the Microsoft Community

Microsoft Tech Community

Windows Insiders
Microsoft 365 Insiders
Was this information helpful?
Thank you for your feedback.
How to Find External Links and References in Excel
- -- By Sumit Bansal
This Tutorial Covers:
What are External Links or References?
When you create formulas in Excel and refer to a data point in an another workbook, Excel creates a link to that workbook.
So your formula may look like something as shown below:
Note that the part highlighted in yellow is the external link (also called external reference). This part of the formula tells Excel to go to this workbook (Score.xlsx) and refer to the specified cell in the workbook.
The benefit of having an external link in your formula is that you can automatically update it when the data in the linked workbook changes.
However, the drawback is that you always need to have that linked workbook available. If you delete the linked workbook file, change its name, or change its folder location, the data would not update.
If you’re working with a workbook that contains externals links and you have to share it with colleagues/clients, it’s better to remove these external links.
However, if you have a lot of formulas, doing this manually can drive you crazy.
How to Find Externals Links and References in Excel
Here are a couple of techniques you can use to quickly find external links in Excel:
- Using Find and Replace.
- Using Edit Links Option.
Let’s see how each of these techniques work.
Find External Links using Find and Replace
Cells with external links contain the name of the workbook to which it links. This would mean that the reference would have the file name with .xlsx/.xls/.xlsm/.xlb extension.
We can use this to find all the external links.
Here are the steps to find external links in Excel using Find and Replace :
- Select all the cells.
This will find and show all the cells that have external links in it.
Now you can select all these cells (select the first record, hold the Shift key and then select the last record) and convert the formulas to values .
Find External Links using Edit Links Option
Excel has this inbuilt tool that will find all the externals references.
Here are the steps to find external links using Edit Links Option:
- Go to the Data Tab.
Be aware that once you break the links, you can undo it. As a best practice, create a backup before doing this.
Still Getting the External Links Prompt?
Sometimes, you may find and remove all the external links, but still get a prompt as shown below:
Don’t go crazy and start cursing Excel.
So if you’re getting the update links prompt, also check the following for external links:
- Named Ranges
Conditional Formatting
- Data Validation
- Chart Titles
Using ‘Find and Replace’ or ‘Edit Links’ as shown above would not identify external links in these above-mentioned features.
Here are the steps to find external links in these places:
- Named Ranges: Go to the Formula tab and click on Name Manager. It will show you all the named ranges in the workbook. You can check the ‘Refers to’ column to spot external references.
- Conditional Formatting: The only way an external link can land up in Conditional Formatting is through the custom formula. Go to the Home tab –> Conditional Formatting –> Manage Rules. In the Conditional Formatting Rules Manager, check the formulas for external links.
- Data Validation: It is possible that the data validation drop down list refers to a named range that in turn has external links. Checking Named Ranges should take care of this issue as well.
- Press the F5 key. It will open the Go to Dialog Box.
- Click on Special.
- In the Go To Special dialog box, select Objects.
- Click OK. This would select all the shapes. Now you can use the Tab key to cycle through these.
- Chart Titles: Select the chart title and check in the formula bar if it refers to an external link.
You can learn more about External Links from these tutorials:
- Finding External Links in Excel – Contextures Blog .
- Finding External Links – Microsoft Excel Support .
There is also an add-in available to find external links in Excel. Click here to learn more and download the add-in.
You May Also Like the Following Excel Tutorials:
- How to Lock Cells in Excel .
- Find and Remove Hyperlinks in Excel .
- Creating Dynamic Hyperlinks .
- Using FIND function in Excel .
- How to Reference Another Sheet or Workbook in Excel
- How to Find Circular Reference in Excel
FREE EXCEL BOOK
Get 51 Excel Tips Ebook to skyrocket your productivity and get work done faster
8 thoughts on “how to find external links and references in excel”.
Also good to note to check pivot tables. If you have moved the files around, a pivot table will still source the original data source.
Great advice, many thanks for posting! One thing that would be great to add though, is how to check where the external links are used? I am following the step of “Edit Links” and before I Break the link I want to see which cells are using it and what I am actually breaking. Can I see that?
Thank you so much!
Hello Sumit.. Thanks for this informative article.
As you suggested to use of find and searching for .xls or other file extension would be nice idea. But I am trying to copy all these links in search result… and I am not able to do it.. how do I do it…??
Please suggest.
Thank you so much! I found a broken link in conditional formatting. Once I followed your step-by-step recommendations, I solved the problem in 30 seconds 🙂
Awesome tips on finding external links. Best advice I have ever seen.
Sumit, Thanks for the neat summary. I figured most of this out over the years but you’ve enlightened me with your list of things to check.
Leave a Comment Cancel reply
BEST EXCEL TUTORIALS
Best Excel Shortcuts
Excel Skills
Creating a Pivot Table
Excel Tables
INDEX- MATCH Combo
Creating a Drop Down List
Recording a Macro
© TrumpExcel.com – Free Online Excel Training
Privacy Policy | Sitemap
- Ablebits blog
- Excel formulas
How to find and remove external links in Excel

Keeping track of all external references in a workbook can be challenging. This tutorial will teach you a few useful techniques to find links to external sources in Excel formulas, objects and charts and shows how to break external links.
When you want to pull data from one file to another, the fastest way is to refer to the source workbook. Such external links , or external references , are a very common practice in Excel. After completing a particular task, however, you may want to find and probably break those links. Astonishingly, there is no quick way to locate all links in a workbook at once. Depending on exactly where the references are located - in formulas, defined names, objects, or charts - you will have you use different methods.
How to find cells with external links in Excel
External links in cells are the most common case. They are also the easiest to find and remove. For this, you can utilize the Excel Find feature:
- In your worksheet, press Ctrl + F to open the Find and Replace dialog.
- Click the Options button.
- In the Find what box, type .xl . This way, you will search for all possible Excel file formats including .xls (older workbooks) .xlsx (modern workbooks) .xlsm (macro-enabled workbooks), etc.
- In the Within box, select either Workbook to search in all tabs or Sheet to look in the current worksheet only.
- In the Look in box, choose Formulas .
- Click the Find All button.

And these useful tips will help you manage the results:
- To select a cell that contains an external link, click the cell address in the Cell
- To group the found links the way you want, click the corresponding column header, for example, Sheet or Formula .
- To select all cells with external references, place the cursor anywhere within the results and press Ctrl + A . This will select both the results in the Find and Replace dialog box and the cells in the workbook.
How to find links in Excel named ranges (defined names)
Excel pros often name ranges and individual cells to make their formulas easier to write, read, and understand. Data validation drop-down lists are also easier to create with named ranges, which in turn may refer to outside data. To take care of such cases, check for external links in Excel names:
- On the Formulas tab, in the Defined Names group, click Name Manager or press the Ctrl + F3 key combination.
- In the list of names, check the Refers To column for external links. References to other workbooks are enclosed in square brackets like [Source_data.xlsx].

How to identify external links in Excel objects
If you've linked objects such as shapes, text boxes, WordArt and the like to other Excel files, then you can use the Go To Special feature to locate such links:
- On the Home tab, in the Formats group, click Find & Select > Go to Special . Or press F5 to open for the Go To dialog, and then click Special… .

- Press the Tab key to cycle through the selected objects and check each individual object for references to other workbooks.

How to find links to other files in Excel charts
In case external links are used in a chart title or data series, you can locate them in this way:
- On the graph, click the chart title or data series you wish to check.
- In the formula bar, look for a reference to another Excel file.

If your chart contains several data series , you can quickly move between them in this way:
- Select the target chart.
- Go to the Format tab > Current Selection group, click the arrow next to the Chart Elements box, and select the data series of interest.

How to find external links in Pivot Tables
Most often a PivotTable is created using the data in the same workbook. But sometimes, the source data resides in an outside file. To find the exact location of your PivotTable's source data, perform these steps:
- Click any cell within the Pivot Table.

How to enable links to external workbooks in Excel

Control the security prompt about updating links
By default, Excel asks whether or not to update external references every time you open a workbook. However, you can control whether the message appears and whether the links are updated or not.
- On the Data tab, in the Queries & Connections group, click Edit Links .

- Let users choose to display the alert or not (default).
- Don't display the alert and don't update automatic links - it makes sense to choose this option when you are sharing a workbook with other people who do not have access to the source files.
- Don't display the alert and update links - you can choose this setting when you completely trust the sources.

Change security setting for external links
You can also set links to other files to be updated automatically in a particular workbook without getting a security warning by changing the Trust Center security settings:
- In the target workbook, click the File tab > Options .

Please note that automatic updating of links to unknown files can be harmful and therefore is not recommended. Enable it only when you are 100% confident in the security of the outside data. Or, turn on this option temporarily, and then return to the default Prompt user on automatic update for Workbook Links setting.

How to break external links in Excel
In Excel, breaking a link to another workbook means replacing an external reference with its current value.
For example, if you break the following external reference, it will be replaced with the value that is currently in cell A1 on the Jan sheet in the Source data workbook:
='[Source data.xlsx]Jan'!$A$1
If you break an external link in the below formula, the formula will be changed to its calculated value, whatever it is:
=SUM('[Source data.xlsx]Jan'!A2:A7)
To break external links in Excel, this is what you need to do:

- To select multiple links, click on each one individually while holding down the Ctrl key.
- To select all links, press the Ctrl + A shortcut .
- Click the Break Link button.

Get a list of all external links in a workbook
To get a list of all external sources that your workbook refers to, you can use one of the following methods.
Traditional approach
The conventional way to check links in Excel is by using the Edit Links feature: Data tab > Queries & Connections group > Edit Links .
This will display the following information:
- Source - the name of the linked file
- Type - the link type: a workbook or worksheet
- Update - whether the link updates automatically or manually
- Status - the status of the link such as OK , Source is Open , Warning , Unknown , etc. To get the most recent info, click the Check Status button on the right.

Dynamic arrays and Excel 4.0 macros.
A very cute trick suggested by Bob Ulmas in his book "This isn't Excel, it's Magic!" can help you retrieve the locations of all source files in one go. The solution combines the recently introduced dynamic arrays with the good old Excel 4.0 macros.
To generate a list of all external references in a given workbook, this is what you need to do:
Step 1. Create a new name that references the macro
To be able to use a built-in Excel 4.0 macro in a formula, you need to create a name referencing the macro. Here's how:
- On the Formulas tab, in the Defined Names group, click Name Manager . Or simply press the Ctrl + F3 shortcut.
- In the Name Manager dialog window, click the New…
- In the New Name dialog window, type some meaningful name, say GetLinks , in the Name box and the following formula in the Refers to box: =LINKS()

Step 2. Use the newly create name in a formula
Now that you have a name that references the macro, you just need to put the name in a formula. Depending on your Excel version, the formula will take a different form.
In Excel 365 :
In the topmost cell of the destination range, enter this formula:
=TRANSPOSE(GetLinks)

To arrange the list in alphabetical order, put the above formula inside the SORT function:
=SORT(TRANSPOSE(GetLinks))
Please remember that this solution only works in Excel 365 that has a new calculation engine supporting dynamic arrays.
In Excel 2019 - 2007 :
In pre-dynamic versions of Excel, use the GetLinks name for the array argument of the classic INDEX function. To make the solution more user-friendly, you can wrap the construction in IFERROR to take care of situations when the formula is copied to more cells than there are external references in your workbook:
=IFERROR(INDEX(GetLinks, ROW(A1)), "")

Important notes:
- Because this solution uses macros, the file must be saved as a Macro-Enabled Workbook (.xlsm).
- Excel macros do not execute nor update automatically. To refresh a list of links, press the Ctrl + Alt + F9 keys shortcut, which recalculates all formulas in all open workbooks.

VBA macro to get a list of external links
If you have nothing against using macros in your worksheets, the following VBA code can find and list down all links to external sources in a workbook automatically:
To add the code to your workbook, do the following:
- Press Alt + F11 to open the Visual Basic Editor.
- On the left pane, right-click ThisWorkbook , and then click Insert > Module .
- Paste the above code in the Code window.
For the detailed steps, please see How to insert VBA code in Excel .
To run the macro , press either Alt + F8 in a workbook or F5 in the VBA Editor.
For more information, please see How to run macro in Excel .

Find cells with external links using VBA
If your goal is to get a complete list of all external references in a workbook including the addresses of the cells containing the links, the following code can be helpful. Here, we utilize the LinkSources method to get all source workbooks and the LinkInfo method to identify their status. The status of a link is determined as described on this page: https://docs.microsoft.com/en-us/office/vba/api/excel.xllinkstatus

Find all external links in a workbook in a click
Reading the previous examples, perhaps you were wondering why simple things need to be made so complicated. We also asked that question to ourselves… and implemented a one-click solution for this task.

To show only broken links , just put a tick in the corresponding check box.
To get to a cell that references external data, click the cell address on the pane.
That's how to find links to external sources in Excel. I thank you for reading and hope to see you on our blog next week!
Available downloads:
You may also be interested in:.
- How to use HYPERLINK function in Excel
- How to create, change and remove Excel hyperlinks
- How to make and use Excel cell references
- How to delete multiple hyperlinks at once
- How to find and fix broken links in Excel
Table of contents

16 comments
Very helpful!! Thank you
Great article. A complete guide on links.... Very helpful.
Nice, Thanks for the Tips
Ctrl+F3 option worked for me to fix this annoying error. Thanks!
I'm getting a type mismatch error in line 71 of the code: .Cells(rowNo, 5) = "'" & ActiveWorkbook.LinkInfo(CStr(linkFilePath), xlLinkInfoStatus)
If in doubt, you should close all workbooks, then reopen and check Edit Links again--if you think you've removed all external links, but it still shows, then close all and reopen and check again...the Edit Links button will be greyed out, meaning there are NO external links!
Thank you!!! The best solution to my problem unable to find the error to the unfound link mentioned. Indeed it's ANNOYING error.
Though I can find the location of the file to which a cell is linked, I could not figure out which cell contains the external link. Please Help!
One item additional item to look for: Cells with data validation (the list it refers back to may be an external link)
If copied and pasted from another workbook this can be unintentionally carried over.
Thx a lot !!!! This is the only spot where any macro / search tool / go to tool cant go. And obviously that was where my link was.
Excel alerts about a broken link, but none of these suggestions solved my case. Searching on workbook xml data I found some traces pointing to an external workbook (it isn't in my machine), used in a data validation schema. The problem is that !#REF! is originally present at the end of the validation formula. Deleting these related datavalidation tags that may be located in other portions of the xml data (on sheet*.xml, on externalLink1.xml and on workbook.xml did the trick. Finally this is dinamyc, depending on what you have or not made with workbook opening and saving operations.
Excellent - clear & concise - very helpful!
very..very..nice
In my file this program is not working. Its is searching link but failed to give address and giving error as Object defined error. Can you help?
Thank you. This was very helpful. In case it helps others, I found it necessary to change the rowNo datatype in Cells_With_Links() from an Integer to a Long in order to process large spreadsheets containing >32,767 cells containing links.
Post a comment
- Free Courses
- Excel Basic
Excel Reference Another Sheet

How to Reference External Worksheets in Excel

References to cells or cell ranges in other worksheets are called external references. One of the most common reasons for using external references is to create a worksheet that summarizes the totals from other worksheets. For example, a workbook might contain twelve worksheets—one for each month—and an annual summary worksheet that references and totals the data from each monthly worksheet.
Reference Another Worksheet
- Click the cell where you want to insert the reference.
- Type = to start building the reference.

A worksheet reference in a formula has an exclamation point (!) after the sheet name.
- Select the cell you want to reference.

The value from the other worksheet appears in the selected cell.
Reference Another Workbook
You can also reference cells from completely different files.
You’ll need to open the workbook that contains the data you want to reference before entering the formula.
- Type = and start building the reference.
- Click on the Excel icon in the task bar

- Select the cell(s) you want to reference.

If you move, delete, or rename the file you referenced, your formula will break.
The value from the other workbook appears in the worksheet.
When another workbook is referenced in a formula, the file name appears in brackets like these: [ ].

FREE Quick Reference
Free to distribute with our compliments; we hope you will consider our paid training.
- LinkedIn-ready certificate
- Skill assessments
- Bite-sized, interactive lessons
- Saved progress
Links to Other Courses
- How to Select Multiple Cells in Excel
- Excel Named Range
- Absolute Reference in Excel
Forgot Password
Free evaluation, free sign up, payment 1 of 2, payment 2 of 2.

How to Pull Information From Another Sheet in Excel

Excel is a powerful tool for handling large sets of data. It allows users to organize information in a structured way and provides tools for analyzing and manipulating data. One of the most valuable features of Excel is its ability to reference data from other sheets within a workbook or even from another workbook. This allows users to easily pull information from different sources and consolidate it into one location for more straightforward analysis. In this article, we'll explore the different ways to pull information from another sheet in Excel and provide tips for troubleshooting common issues.
Table of Contents
Turn Excel data into insightful reports
Learning new Excel skills? Zebra BI automatically highlights trends and variances in charts and tables, making your analysis and reporting fast and impactful. Now, charts and tables can also interact (cross-filter) in Excel!
Understanding the Basics of Referencing in Excel
Before we dive into the different methods of pulling information from another sheet, it's essential to understand the basics of referencing in Excel. A reference is simply a way of identifying a cell or range of cells in a worksheet. References can be absolute, meaning they always point to a specific cell or relative based on a specific position relative to the cell containing the reference.
The syntax is straightforward when referencing cells or ranges in the same worksheet. For example, to reference the cell A1, you can type "=A1" into another cell. However, when referencing cells or ranges in a different worksheet, you need to include the sheet name in the reference.
It's also important to note that when referencing cells or ranges in a different workbook, you must include both the sheet and the workbook names in the reference. This is known as an external reference. External references can be helpful when you need to pull data from multiple workbooks into a single worksheet or when you want to link data between workbooks.
Using the INDEX Function to Retrieve Information from Another Sheet
The INDEX function is one of the most versatile functions in Excel and can be used to return a specific value from a table or range of cells. It's handy for retrieving data from another sheet in a workbook. The syntax for the INDEX function is =INDEX(array,row_num,column_num). The array argument is the range of cells from which you want to retrieve the data. The row_num and column_num arguments indicate the position of the data you want to retrieve within the array.
You'll need to include the sheet name in the array argument to use the INDEX function to retrieve data from another sheet. For example, if you want to retrieve data from Sheet2 in a workbook, the syntax would be =INDEX(Sheet2!A1:B10,2,1) . This will return the value in the second row and first column of the range A1:B10 in Sheet 2.
It's important to note that the INDEX function can also be combined with other functions, such as MATCH and IF, to create more complex formulas. For example, you can use the MATCH function to find the position of a specific value in a range and then use the INDEX function to retrieve the corresponding value from another sheet. This can be particularly useful when working with large datasets or when you need to perform calculations based on data from multiple sheets.
Using the VLOOKUP Function to Retrieve Data from Another Sheet
The VLOOKUP function is another powerful tool for retrieving data from another sheet in a workbook. It allows you to search for a specific value in a table and return a corresponding value from a specified column. The syntax for the VLOOKUP function is =VLOOKUP(lookup_value,table_array,col_index_num,range_lookup). The lookup_value is the value you want to search for, the table_array is the range of cells that contains the table, the col_index_num is the column number that contains the value you want to retrieve, and the range_lookup argument indicates whether you want to find an exact match or an approximate match.
To use the VLOOKUP function to retrieve data from another sheet, you'll need to include the sheet name in the table_array argument. For example, if you want to retrieve data from Sheet2 in a workbook, the syntax would be =VLOOKUP(A1,Sheet2!A1:B10,2,FALSE) . This will search for the value in cell A1 in the range A1:B10 in Sheet 2 and return the corresponding value from the second column.
How to Use the MATCH Function to Find Data in Another Sheet
The MATCH function is another powerful tool for working with data in Excel. It allows you to search for a specific value in a range of cells and return its position within the range. The syntax for the MATCH function is =MATCH(lookup_value,lookup_array,match_type). The lookup_value is the value you want to search for, the lookup_array is the range of cells you want to search, and the match_type argument indicates whether you want to find an exact match or an approximate match.
The MATCH function can retrieve data from another sheet when used with the INDEX function. For example, if you want to retrieve the value in cell B2 from Sheet2 in a workbook, you can use the following formula: =INDEX(Sheet2!A1:B10,MATCH(B2,Sheet2!A1:A10,0),2) . This will search for the value in cell B2 in the range A1:A10 in Sheet2 and return the corresponding value from the second column of the range A1:B10 in Sheet2.
Retrieving Data from Multiple Sheets Using the SUMIFS Function
The SUMIFS function is a powerful tool for retrieving data from multiple sheets in a workbook. It allows you to sum values from different sheets based on multiple criteria. The syntax for the SUMIFS function is =SUMIFS(sum_range,criteria_range1,criteria1,criteria_range2,criteria2,....) . The sum_range is the range of cells you want to sum, while the criteria_range and criteria arguments specify the sum conditions.
For example, if you have data in Sheet1 and Sheet2 and want to sum the values in column B in both sheets where the values in column A are equal to "x", you can use the following formula: =SUMIFS(Sheet1!B:B,Sheet1!A:A,"x")+SUMIFS(Sheet2!B:B,Sheet2!A:A,"x") . This will sum the values in column B in both sheets where the value in column A equals "x".
How to Use INDIRECT Function to Reference a Sheet Name in a Formula
The INDIRECT function is another valuable function for referencing data from other sheets in Excel. It allows you to create a reference to a cell or range of cells by constructing a text string that includes a reference to the sheet name. The syntax for the INDIRECT function is =INDIRECT(ref_text, [a1]). The ref_text argument is the text string that contains the reference, and the optional a1 argument indicates whether the reference is in A1 or R1C1 style.
For example, if you have a drop-down list in cell A1 of Sheet1 that contains the names of different sheets in the workbook, and you want to retrieve the value in cell B2 of the selected sheet, you can use the following formula: =INDIRECT("'"&A1&"'!B2"). This will create a reference to the cell B2 of the selected sheet and return its value.
Retrieving Data from Closed Workbooks Using External References
External references are a powerful feature in Excel that allows you to reference data from other workbooks. This can be especially useful when retrieving data from a closed workbook. To create an external reference, you include the full path to the workbook in the reference.
For example, if you have a workbook named Data.xlsx that contains the data you want to retrieve, you can use the following formula to retrieve the value in cell A1 of Sheet1 in that workbook: ='C:\Users\Username\Documents\Data.xlsx'!Sheet1!A1 .
Creating Dynamic References with OFFSET for Repeatable Results
The OFFSET function is a powerful tool in Excel that allows you to create dynamic references. It allows you to create a reference to a range of cells that changes based on a specified offset. The syntax for the OFFSET function is =OFFSET(reference, rows, cols, height, width). The reference argument is the starting point of the range, and the rows, cols, height, and width arguments specify the offset from the reference cell and the size of the range.
For example, if you want to retrieve the values in cells A1:A10 of a sheet in a workbook, you can use the following formula: =OFFSET(Sheet1!$A$1,0,0,10,1) . This will create a reference to the range A1:A10 in Sheet 1. If you copy the formula to another cell, the reference will update automatically and refer to the following range of cells.
Retrieving Data with Power Query from Other Sheets and Workbooks
Power Query is a robust data analysis and transformation tool in Excel that allows you to connect to various data sources and transform the data to meet your needs. It can be used to retrieve data from other sheets and workbooks flexibly and powerfully. To use Power Query to retrieve data from other sheets and workbooks, you'll need to use the "From Workbook" or "From Folder" options in the "Get Data" menu.
Once you've selected the data source, you can use the filtering and transformation options in Power Query to extract and manipulate the data. You can then load the data into Excel as a pivot table for further analysis.
Combining Data from Multiple Sheets into One with Consolidation
The consolidation feature in Excel allows you to combine data from multiple sheets into one. It can be useful when you have a large dataset spread across multiple sheets or workbooks. Select the "Consolidate" option in the "Data" menu to use the consolidation feature.
You can then select the range of cells you want to consolidate and choose the function you want to use (e.g., SUM, COUNT, AVERAGE, etc.). Excel will then create a new sheet that contains the consolidated data.
Troubleshooting Common Issues When Pulling Information from Another Sheet
When pulling information from another sheet in Excel, you may encounter some common issues. One of the most common issues is #REF! errors, which occur when the reference you're using is invalid. To fix this issue, make sure you're using the correct sheet name and that the cells and ranges you're referencing exist in the sheet.
Another common issue is circular references, which occur when a formula refers back to itself. To fix this issue, you can adjust the formula to remove the circular reference or enable iterative calculations in Excel.
Best Practices for Referencing Data Across Multiple Sheets in Excel
When referencing data across multiple sheets in Excel, it's essential to follow some best practices to avoid errors and improve performance. One of the best practices is to use named ranges instead of cell references, as named ranges are easier to manage and less prone to errors.
Another best practice is to use relative references whenever possible, as this reduces the risk of errors when moving or copying formulas between sheets. Finally, it's essential to check your formulas for errors regularly and to ensure that any changes you make to the data or structure of the workbook don't break your formulas.
With these best practices, you can ensure that your formulas work as expected and that you can easily retrieve data from other sheets in Excel.
Create professional-looking reports in Excel with ease
Less effort, more insights - create advanced interactive charts and tables in a few clicks. Now in your Excel for FREE!
Related Resources

How to Copy a Sheet in Excel

How to Reference Another Sheet in Excel

How to Use INDEX In Excel for Profitability Analysis

How to Use INDEX In Excel for Balance Sheet Analysis
Turn complex data into a compelling story with zebra bi, stunning reports, ease of use, insight-driven success, take your reporting to the next level.

Less effort, more insights - create advanced interactive charts and tables in a few clicks. Now in your Excel for FREE!

IMAGES
COMMENTS
Create a tally sheet in Excel by creating a new spreadsheet with two columns. Write a category in each of the left hand column’s rows; for example, if you asked people what their favorite TV show is, the left column would contain the names ...
To create a bowling score sheet in Excel, add ten columns for each player. Label each column from one to 10, then divide columns one through nine into two spaces and column 10 into three spaces. Use Excel functions to program the spreadshee...
Are you tired of constantly struggling to keep track of your personal expenses? Do you find yourself overwhelmed by stacks of receipts and statements? It’s time to take control of your financial life with the help of an Excel sheet template...
You can use "Find Next" to look at them one at a time or press "Find All" to get a list of all places at once. Share.
worksheets are linked to each other. If you don't
Creating a reference to another sheet in Excel · Start typing the formula =19%* in cell B2 on sheet VAT. · Switch to sheet Sales, and click on
Go to the Data Tab. · In the Connections group, click on Edit Links. It opens the Edit Links dialog box will list all the workbooks that are being referenced.
How to find cells with external links in Excel · In your worksheet, press Ctrl + F to open the Find and Replace dialog. · Click the Options button
Click or press Enter. Reference External Worksheets. The value from the other worksheet appears in the selected cell. Reference Another Workbook. You can
Look for formulas that reference other files by their file paths or names. · Use the "Find" feature (Ctrl+F) to search for the '[' character
However, when referencing cells or ranges in a different worksheet, you need to include the sheet name in the reference. It's also important to
If you press ctrl+` (it's at the top left of the keyboard), you can view all the formulas in the sheet and check for references to other sheets.
Open the excel sheet, for which you want to find the external references. · After this press the “Ctrl+F” keys to open the 'Find' and replace the
Look in the formula bar, represented by "f(x)," and use the search bar to find a reference to another workbook or worksheet. Related: How To