How to link a cell to another cell in Excel

Updated: 12/31/2020 by Computer Hope

How to link a cell to another cell in Excel

When you are working with a spreadsheet in Microsoft Excel, it may be useful to create a formula that references the value of other cells. For instance, a cell's formula might calculate the sum of two other linked cells and display the result.

To accomplish this task, the formula must include at least one cell reference. In an Excel formula, a cell reference is used to reference the value of another cell.

Referencing a cell is useful if you want to make automatic changes in one cell whenever data in another cell changes. For example, a financial spreadsheet might use cell references to add up the budget for each week, and automatically calculate the budget for the entire year.

Cell references can access data on the same worksheet, or on other worksheets in the same workbook. For instructions on how to reference a cell, choose from the sections below.

If the cell you want to reference is in the same worksheet, follow the steps below to reference it.

  1. Click the cell where you want to enter a reference to another cell.
  2. Type an equals (=) sign in the cell.
  3. Click the cell in the same worksheet you want to make a reference to, and the cell name is automatically entered after the equal sign. Press Enter to create the cell reference.

How to link a cell to another cell in Excel

For example, we click the B3 cell, resulting in the cell containing the reference to display "=B3" and mirror any data changes made in B3.

How to link a cell to another cell in Excel

Reference a cell from another worksheet in the current workbook

If the cell you want to reference is in another worksheet that's in your workbook (the same Excel file), follow the following steps.

  1. Click the cell where you want to enter a reference to another cell.
  2. Type an equals (=) sign in the cell.
  3. Click the worksheet tab at the bottom of the Excel program window where the cell you want to reference is located. The formula bar automatically enters the worksheet name after the equals sign. An exclamation point is also added to the end of the worksheet name in the formula bar.
  4. Click the cell whose value you want to reference, and the formula bar automatically contains the cell name, after the worksheet name and exclamation point. Press Enter to create the cell reference.

How to link a cell to another cell in Excel

For example, we have a spreadsheet containing two worksheets named "Data" and "Calculations." In the Calculations worksheet, we want to reference a cell from the Data worksheet. We click the Data worksheet tab, then click the B3 cell, resulting in the formula bar displaying "=Data!B3" for the cell containing the reference. The data displayed in the Calculations worksheet mirrors the data in the B3 cell in the Data worksheet, and changes if the B3 cell changes.

How to link a cell to another cell in Excel

Add two cells

You can perform mathematical operations on multiple cells by referencing them in a formula. For example, let's add two cells together, using the + (addition) operator in a formula.

  1. In a new worksheet, enter two values in cells A1 and A2. In this example, we'll enter the value 5 in cell A1 and 6 in cell A2.
  2. Click cell C1 to select it. This cell contains our formula.
  3. Click inside the formula bar and type = to begin writing a formula.

How to link a cell to another cell in Excel

  1. Click cell A1 to automatically insert its cell reference in the formula.

How to link a cell to another cell in Excel

How to link a cell to another cell in Excel

  1. Click cell B1 to automatically insert its cell reference in the formula.

How to link a cell to another cell in Excel

  1. Press Enter. Cell C1, containing your formula, automatically updates its value with the sum of 5 and 6.

How to link a cell to another cell in Excel

Now, if you change the values in cells A1 or B1, the value in C1 updates automatically.

Tip

You don't have to click the cells to insert their cell reference in the formula. If you prefer, with cell C1 selected, type =A1+B1 in the formula bar and press Enter.

Add up a range of cells

You can reference a range of cells in a formula by inserting a colon (:) between two cell references.

For example, you can add a range of values using the SUM() function. In this example, we show how you can sum an entire row or column of values, by specifying the range between two cell references.

  1. Create a worksheet with multiple values that you want to sum up. In this example, we have a list of employees and how many sales they made each quarter. We want to find the quarterly totals for all employees combined.
  2. Let's create one sum. First, select the cell where you want the result displayed.

How to link a cell to another cell in Excel

  1. Then, in the formula bar, type = to begin writing a formula. Then type the name of the function, SUM, and the open parenthesis (. Don't close the parentheses yet. Inside the parentheses, we're going to specify our range of cells to sum up.

How to link a cell to another cell in Excel

  1. Click the first value in the range. Here, we want to sum up the values in cells B2 through B5, so click the cell B2.

How to link a cell to another cell in Excel

  1. Now, press and hold the Shift key, and click cell B5. By holding Shift, you're telling Excel that you want to add to your current selection, and include all the cells between. The cells are highlighted on your worksheet, and in the formula, the range B2:B5 is automatically inserted.

How to link a cell to another cell in Excel

  1. Press Enter to complete the formula. Excel automatically inserts the closing parenthesis ) to complete the formula, and the result is displayed in the cell B6.

How to link a cell to another cell in Excel

  1. You can repeat this process for each column to create sums for each quarter.

How to link a cell to another cell in Excel

Microsoft Excel is a very powerful multi-purpose tool that anyone can use. But if you’re someone who works with spreadsheets every day, you might need to know more than just the basics of using Excel. Knowing a few simple tricks can go a long way with Excel. A good example is knowing how to link cells in Excel between sheets and workbooks.

Learning this will save a lot of time and confusion in the long run. 

How to link a cell to another cell in Excel

Being able to reference data across different sheets is a valuable skill for a few reasons. 

First, it will make it easier to organize your spreadsheets. For example, you can use one sheet or workbook for collecting raw data, and then create a new tab or a new workbook for reports and/or summations. 

Once you link the cells between the two, you only need to change or enter new data in one of them and the results will automatically change in the other. All without having to move back and forth between different spreadsheets. 

How to link a cell to another cell in Excel

Second, this trick will avoid duplicating the same numbers in multiple spreadsheets. This will reduce your working time and the possibility of making calculation mistakes. 

In the following article, you’ll learn how to link single cells in other worksheets, link a range of cells, and how to link cells from different Excel documents. 

How to link a cell to another cell in Excel

Let’s start by linking two cells located in different sheets (or tabs) but in the same Excel file. In order to do that, follow these steps.

How to link a cell to another cell in Excel

  • In Sheet2 type an equal symbol (=) into a cell.
  • Go to the other tab (Sheet1) and click the cell that you want to link to. 
  • Press Enter to complete the formula. 

Now, if you click on the cell in Sheet2, you’ll see that Excel writes the path for you in the formula bar. 

How to link a cell to another cell in Excel

For example, =Sheet1!C3, where Sheet1 is the name of the sheet, C3 is the cell you’re linking to, and the exclamation mark (!) is used as a separator between the two. 

Using this approach, you can link manually without leaving the original worksheet at all. Just type the reference formula directly into the cell. 

Note: If the sheet name contains spaces (for example Sheet 1), then you need to put the name in single quotation marks when typing the reference into a cell. Like =’Sheet 1′!C3. That’s why it’s sometimes easier and more reliable to let Excel write the reference formula for you. 

Another way you can link cells in Excel is by linking a whole range of cells from different Excel tabs. This is useful when you need to store the same data in different sheets without having to edit both sheets. 

In order to link more than one cell in Excel, follow these steps. 

How to link a cell to another cell in Excel

  • In the original tab with data (Sheet1), highlight the cells that you want to reference. 
  • Copy the cells (Ctrl/Command + C, or right click and choose Copy).
  • Go to the other tab (Sheet2) and click on the cell (or cells) where you want to place the links.

How to link a cell to another cell in Excel

  • Right click on the cell(-s) and select Paste Special…

How to link a cell to another cell in Excel

  • At the bottom left corner of the menu choose Paste Link

How to link a cell to another cell in Excel

When you click on the newly linked cells in Sheet2 you can see the references to the cells from Sheet1 in the formula tab. Now, whenever you change the data in the chosen cells in Sheet1, it will automatically change the data in the linked cells in Sheet2. 

Linking to a cluster of cells can be useful when you do summations and want to keep them on a sheet separate from the original raw data. 

Let’s say you need to write a SUM function in Sheet2 that will link to a number of cells from Sheet1. In order to do that, go to Sheet2 and click on the cell where you want to place the function. Write the function as normal, but when it comes to choosing the range of cells, go to the other sheet and highlight them as described above. 

How to link a cell to another cell in Excel

You will have =SUM(Sheet1!C3:C7), where the SUM function sums the contents from cells C3:C7 in Sheet1. Press Enter to complete the formula.

The process of linking between different Excel files (or workbooks) is virtually the same as above. Except, when you paste the cells, paste them in a different spreadsheet instead of a different tab. Here’s how to do it in 4 easy steps.

  • Open both Excel documents. 
  • In the second file (Help Desk Geek), choose a cell and type an equal symbol (=).
  • Switch to the original file (Online Tech Tips), and click on the cell that you want to link to. 
  • Press Enter to complete the formula. 

How to link a cell to another cell in Excel

Now the formula for the linked cell also has the other workbook name in square brackets. 

How to link a cell to another cell in Excel

If you close the original Excel file and look at the formula again, you will see that it now also has the entire document’s location. Meaning that if you move the original file that you linked to another place or rename it, the links will stop working. That’s why it’s more reliable to keep all the important data in the same Excel file. 

Become a Pro Microsoft Excel User

Linking cells between sheets is only one example of how you can filter data in Excel and keep your spreadsheets organized. Check out some other Excel tips and tricks that we put together to help you become an advanced user.

What other neat Excel lifehacks do you know and use? Do you know any other creative ways to link cells in Excel? Share them with us in the comment section below.