Skip to content
LogoTechnipages
LogoTechnipages
  • Topics
        • Android
        • Browsers
        • Gaming
        • Hardware
        • Internet
        • iPhone
        • Linux
        • macOS
        • Office
        • Reviews
        • Software
        • Windows
        • Definitions
        • All Recent Posts
  • Product Reviews
  • About

How to Link to a Master Sheet in Excel

Evan MercerApril 13, 2026 Comments (0)
link to a master sheet in excel

If your dataset is starting to get big or uses loosely related information, keeping a master sheet that links to all others allows you to get a clear overview and pass on vital information. Rather than copying verbatim, a master sheet allows you to use links to automatically update data. Here’s how to make a link to a master sheet in Excel and keep your sheets organized.

Contents

  • 1 Option 1 – Link to a Master Sheet Using a Basic Cell Reference
  • 2 Option 2 – How to Link Sheets in Excel to a Master Sheet as a List
  • 3 Option 3 – Use Named Ranges to Link Cells to a Master Sheet

Option 1 – Link to a Master Sheet Using a Basic Cell Reference

The simplest way to pull data from or to a master sheet is a direct cell reference. This works for any single value that needs to be passed between sheets.

Step 1. Click on the cell in the sheet where you want the linked value to appear.

Step 2. Type an equals sign (=) to begin the formula, then click on the tab for your target sheet at the bottom of the workbook. The formula bar will show the sheet name followed by an exclamation mark automatically.

Step 3. Click the cell you want to pull from and hit “Enter.” Excel will return you to the original sheet with the linked value now displaying.

Alternatively, you can type the reference directly without clicking. The syntax is =SheetName!CellAddress, so to pull cell B2 from a sheet named “Revenue,” you would type =Revenue!B2. If the sheet name contains spaces (for example, “Revenue 2026”), wrap it in single quotes: =‘Revenue 2026’!B2.

Option 2 – How to Link Sheets in Excel to a Master Sheet as a List

If you want the master sheet to contain the links to the respective sheets (perhaps to a particular cell), you can use the HYPERLINK function with the syntax:

HYPERLINK (link_location, [friendly_name])

The link location here is tricky, as it needs to be parsed from a series of characters and in the format of “#SheetName!Cell.” The “friendly name” part is just how the hyperlink will look (its name).

To do that, you’ll need to use the following formula for the link location: “#’”&CellReference&”‘!Cell” where:

  • CellReference is the name of the sheet as listed in the master sheet and in Excel (the names must match.
  • Cell is the target cell of the sheet you’re linking to, such as A1, C3, and so on.

For example, suppose we have a simple master sheet of yearly revenues.

How to Link to a Master Sheet in Excel 1

Step 1. If you want to put links for each sheet, you can use the formula for the first option as: =HYPERLINK(“#'”&B2&”‘!A1”, B2)

How to Link to a Master Sheet in Excel 2

Excel will fetch the name listed in B2 (in this case “Revenue 2020”) and make a link to the sheet “Revenue 2020” to its cell A1. The “friendly name” is simply copied for simplicity.

Step 2. Flash fill or drag the fill handle down to apply the formula, and Excel will automatically iterate through the cell range.

How to Link to a Master Sheet in Excel 3

Step 3. If you want to add a new sheet to the master sheet, just add a new row to the bottom and replicate the formula. Make sure its name is exactly as listed in the Sheet toolbar at the bottom.

Note that the links don’t have to be sequential (as ordered in Excel).

Option 3 – Use Named Ranges to Link Cells to a Master Sheet

Instead of referencing specific cell addresses, you can give a cell a “name” that it will be known as throughout the process.

Step 1. Select the cell or range you want to name.

Step 2. Click in the Name Box in the top-left corner of the screen, just above column A. Type in a descriptive name and hit “Enter” to confirm. For example, we’ve named the cell B2 of the sheet “Revenue 2020” as “Revenue2020.”

You can use the “Name Manager” to look at the current list of names.

How to Link to a Master Sheet in Excel 4

Note that you can’t make the name “ABC123” (three letters then numbers), as that is an acceptable cell reference for an Excel table.

Step 3. On any other sheet in the workbook, you can now reference that value simply by typing “=Name” (without the quotes). You will also get the name as a suggestion when typing in formulas.

Step 3b. If you want to pass on a link to the cell rather than the value, use the formula: =HYPERLINK(“#Name”,link_name)

How to Link to a Master Sheet in Excel 5

Step 4. If you made the name ranges follow a pattern, you can emulate that pattern by having the master sheet create hyperlinks to respective sheets.

Suppose each named range follows a naming convention of “RevenueXXXX” where “XXXX” is the year.

You can then put the years in column B and the following formula in the respective cells in C:

=HYPERLINK(“#”&CELL(“address”,INDIRECT(“Revenue”&B2)),”Revenue “&B2)

This passes the “Revenue” part of the name manually, then the cell reference from the year range.

How to Link to a Master Sheet in Excel 6
Categories: Office

Author Evan Mercer

I’m a computer science grad who loves to tinker with smartphones and tablets in my spare time. When I’m not writing about how to fix techy problems, I like hanging out with my dogs and sipping nice wine after a tough day.

You Might Also Like

  • Outlook Logo Header

    Fix Message Stuck in Outlook 365 Outbox

    Mitch BartlettOffice
  • Outlook Logo Header

    How to Add Outlook Calendar to Your Android

    Mitch BartlettAndroid
  • Outlook Logo Header

    How to Change Profile Picture in Outlook 365

    Mitch BartlettOffice
  • disable-top-results-outlook-search-results

    How to Disable Top Results from Outlook Search

    Madalina DinitaOffice

Leave a Reply

Your email address will not be published. Required fields are marked *

  • sound in xbox party chat on pc

    How to Change Sound Input and Output Devices in Xbox Party Chat on PC

  • bluetooth toggle missing windows 11

    What to Do When Your Bluetooth Toggle Is Missing (Windows 11)

  • microsoft paint features

    Unleash Your Inner Artist – Advanced Microsoft Paint Features You Might Not Know About

  • how to make chromebook run faster

    8 Ways to Make Your Chromebook Run Faster

  • error code 0xC0000428

    What Is Error Code 0xC0000428 and How to Fix It

profile pic

The Experts Behind Technipages

My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

Learn More

technipages logo white
linkedin icon

Technipages is part of Guiding Tech Media, a leading digital media publisher focused on helping people figure out technology. Learn more about our mission and team here.

© 2026 Guiding Tech Media All Rights Reserved

  • About Us
  • Contact
  • Terms of Use
  • Privacy Policy

© 2026 Guiding Tech Media All Rights Reserved

Information from your device can be used to personalize your ad experience.
Do not sell my personal information.

Last Updated on April 13, 2026 by Evan Mercer