How to Link Sheets to a Master Sheet in Excel (5 Ways)

Let’s say we have sales data for three different cities, New York, Boston, and Los Angeles. These three are identical in form, so we’ll show only one worksheet as a dataset. We want to link these city sale sheets to a master sheet.

Dataset-How to Link Sheets in Excel to a Master Sheet


How to Link Sheets in Excel to a Master Sheet: 5 Easy Ways

Method 1 – Using the HYPERLINK Function to Link Sheets to a Master Sheet in Excel

The syntax of the HYPERLINK function is:

HYPERLINK (link_location, [friendly_name])

link_location is the path to the sheet you want to jump.

[friendly_name] displays text in the cell where we insert the hyperlink [Optional].

Steps:

  • Copy the following formula in any cell (i.e., C5).
=HYPERLINK("#'"&B5&"'!A1",B5)

If we compare the arguments,

 “#'”&B5&”‘!A1″= link_location

B5=[friendly_name]

Formula insertion-How to Link Sheets in Excel to a Master Sheet

  • Press Enter and drag the Fill Handle to make the other hyperlinks appear in cells C6 and C7.

Result

  • You can see the hyperlinks for Boston and Los Angeles appear as they did for New York.
  • You can check whether the hyperlinks work by clicking on them. We clicked on the New York named hyperlink.

Click on hyperlink

  • Excel jumps to the New York sheet’s A1 cell (as directed in the formula) as shown in the image below.

Hyperlink destination

Read More: How to Link Cell to Another Sheet in Excel


Method 2 – Using a Reference in a Formula to Link Sheets to a Master Sheet in Excel

Let’s link only the Total Sale value from each city sheet in the master sheet.

Steps:

  • Type the Equals Sign (=) in the formula bar.

Equal in formula bar

  • Go to the respective sheet (i.e., New York) you want to reference a cell from.
  • Select the Total Sale cell (i.e., F13) as a reference.

Destination sheet

  • Hit Enter.

Reference in master sheet

  • Repeat the process for the other two cells.

Result-How to Link Sheets in Excel to a Master Sheet

You can use the Context Menu to do the same job.

  • Right-click on the cell you want to reference, then select Copy.

Context menu

  • Go to the Master sheet and right-click on the cell where you want to insert the value.
  • Choose Paste Special, then select Paste Link (from Other Paste Options).

Paste special-How to Link Sheets in Excel to a Master Sheet

  • You’ll see the sum value as shown in the following picture.
  • You can repeat this for the other cells.

Result-Context menu

Read More: How to Reference Cell in Another Excel Sheet Based on Cell Value


Method 3 – Using the INDIRECT Function to Link Sheets into a Master Sheet in Excel

The syntax of the INDIRECT function is:

INDIRECT (ref_text, [a1])

The arguments refer,

ref_text; reference in the form of text.

[a1]; a boolean indication for A1 or R1C1 style reference [Optional]. Default represents TRUE=A1 style.

Steps:

  • Input the following formula in the first cell (i.e., C5):
=INDIRECT("'"&B5&"'!F13")

We know the cell reference for the sum of Total Sale is in F13 for all three sheets and that B5 contains the sheet name from where the data will be fetched.

Formula insertion- Indirect function

  • Press Enter and drag the Fill Handle to the other cells.

Fill handle-How to Link Sheets in Excel to a Master Sheet

Read More: How to Link Sheets in Excel with a Formula


Method 4 – Using a Name Box to Link Sheets to a Master in Excel

Steps:

  • Assign a name (i.e., NY_Total_Sale) for cell F13 in each city sheet using the Name Box.
  • Repeat the step for other sheets such as Boston and Los Angeles.

Name Box-How to Link Sheets in Excel to a Master Sheet

  • To check the names, go to the Formulas tab and select Name Manager (from the Defined Names section).

Defined Names

  • The Name Manager window pops up and you can find all the assigned names in the workbook.

Name manager-How to Link Sheets in Excel to a Master Sheet

  • Go to the master sheet.
  • Type =NY… to insert the sum value from the New York sheet. You’ll see the assigned name as a selectable option. Select the option.

Name insertion

  • When you select the option, the sum of the Total Sale (for New York) value appears in the cell.

Value

  • Repeat this for other cities, and you’ll get all the values for respective cities as shown in the following image.

Final result Name Box-How to Link Sheets in Excel to a Master Sheet

Read More: How to Link Two Sheets in Excel


Method 5 – Using the Paste Link Option to Link Sheets to a Master Sheet in Excel

Steps:

  • First, identify the cell that you want to insert the link. The cell is F13 of the New York sheet. You have to repeat the steps for each sheet.

Inspection-How to Link Sheets in Excel to a Master Sheet

  • In the master sheet, select the cell (i.e., C5) where you want to insert the link.
  • Go to the Insert tab and select Insert Link (from the Link section).

Insert link

  • The Insert Hyperlink window opens up. Select Place in the Document (under Link to options).
  • Type F13 (in the Type the cell reference option)
  • Select ‘New York’ (under Or select a place in this document)
  • You’ll see ‘New York’!F13 as Text to display.
  • Click OK.

Insert hyperlink window-How to Link Sheets in Excel to a Master Sheet

  • This inserts the link in the cell similar to the image below. If you want to check the link, click on it.

Cross check

  • The first link takes you to the New York sheet where the value sits.

Destination sheet-How to Link Sheets in Excel to a Master Sheet

  • Repeat the steps for the other cells.

Final result of Paste link-How to Link Sheets in Excel to a Master Sheet

Read More: How to Link Data in Excel from One Sheet to Another


Download the Workbook


Related Articles


<< Go Back To Excel Link Sheets | Linking in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Maruf Islam
Maruf Islam

MARUF ISLAM is an excellent marine engineer who loves working with Excel and diving into VBA programming. For him, programming is like a superhero tool that saves time when dealing with data, files, and the internet. His skills go beyond the basics, including ABACUS, AutoCAD, Rhinoceros, Maxsurf, and Hydromax. He got his B.Sc in Naval Architecture & Marine Engineering from BUET, and now he's switched gears, working as a content developer. In this role, he creates techy content... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo