How To Link Data From A Different Tab In Google Sheets

Device Links

Spreadsheets are a great tool when dealing with large amounts of data. When the information spreads to several sheets though, it can be a bit difficult to keep track of the changes made from tab to tab. Fortunately, Google Sheets has the ability to link data across your worksheets with the use of the appropriate functions.

How To Link Data From A Different Tab In Google Sheets

We will show you how to link data from a different tab in Google Sheets and how to dynamically connect information throughout your project.

How to Link Data from a Different Tab in Google Sheets on a Windows, Mac, or Chromebook PC

If you are using Google Sheets on a computer, you can link data between tabs by following these steps:

  1. Proceed to Google Sheets and either the document that you want to add links on or create a new sheet.
    How To Link Data From A Different Tab In Google Sheets
  2. Click on the cell that you want to create the link in then type in the equal sign, =.
    How To Link Data From A Different Tab In Google Sheets
  3. Type in the number of the sheet and the cell that you want linked. For example, if you want to link the first cell on the second sheet it will be written as Sheet2!A1. Cell A2 on sheet 3 will be written as Sheet3!A2. Remember that the syntax will be sheet number followed by an exclamation mark, followed by the cell number.
    How To Link Data From A Different Tab In Google Sheets
  4. If the sheet has been given a name or with spaces, type in the name of the sheet inside single quotes. For example, you want to link cell B2 of a sheet called DATA SHEET, then the function syntax will be =’DATA SHEET’!B2.
    How To Link Data From A Different Tab In Google Sheets
  5. If you wish to import multiple cells, you will have to type the range into your function. For example, if you want to link the data from sheet 2, with the data from cells C1 to C10, then the function will look like =Sheet2!C1:C10. Do note that this will not copy all of the data from multiple cells into one single cell. It will only copy the cells relative to the position of the other linked data. For example, if you are to use the function = Sheet2!C1:C10 and paste it on Cell A2, it will only copy the value of the cell on sheet 2 cell C2. If you paste this formula on A3, it will only reflect data on Sheet 2 C3, etc.
    How To Link Data From A Different Tab In Google Sheets
  6. If you get a #REF error, this means that the address that you are linking to either does not exist or your syntax has an error. Check if you have spelled the name of the sheet or the cell correctly.
    How To Link Data From A Different Tab In Google Sheets

If you want to avoid sheet spelling errors, you can click the cell that you want to link. To do this:

  1. Click on the cell that you want to create a link on then type in =.
    How To Link Data From A Different Tab In Google Sheets
  2. Click on the sheet on that you want to link on the menu below then click on the cell that you want to link and press the Enter key.
    How To Link Data From A Different Tab In Google Sheets
  3. If you did this correctly, you should be automatically redirected to the sheet that you placed the link in.
    How To Link Data From A Different Tab In Google Sheets
  4. If you want to copy a range of values, click and drag your mouse until you select all the cells that you want to link.
    How To Link Data From A Different Tab In Google Sheets

How to Link Data from a Different Tab in Google Sheets on an iPhone

A similar function can be made when you are using Google Sheets on your iPhone. To do this, follow these steps:

  1. Open your mobile Google Sheets App.
  2. Either open an existing sheet or create a new one.
  3. Proceed to the sheet that you want to put a link on, and select the cell you want to have that link.
  4. Type in =
  5. Type in the name of the sheet followed by an exclamation point. If the sheet has been given a name or contains spaces, type in the name inside single quotation marks. For example, if the sheet is named DATA SHEET the function will be =’DATA SHEET’!
  6. Type in the cell or the range of cells that you want to import. For example, if you want to import cells B1 to B10 on sheet 2, you’ll be entering the formula =Sheet2!B1:B10. If you’re entering a sheet with spaces or names as in the example above, the syntax would be =’DATA SHEET’!B1:B10.

How to Link Data from a Different Tab in Google Sheets on an Android Device

The process of linking data from one sheet to another in Android is similar to the process as on the iPhone. If you want your sheets connected, then follow the steps as given above for the iPhone.

Linking Data from Cells Within the Same Sheet

If you want to link cells together on the same sheet, then the process is pretty similar to the ones given above. This is a handy tool if you want to reference other cells in a formula, or if you want to have your data dynamically change whenever particular cell values change. To do this, either on a desktop or on mobile, do the following:

  1. On your open Google Sheets, select a cell that you want to have the reference in then type in =.
  2. Either type in the cell or range of cells that you want to link, or click, or click and drag the cells.
    How To Link Data From A Different Tab In Google Sheets
  3. If you end up with a #REF error then check if you have a spelling or punctuation error.
    How To Link Data From A Different Tab In Google Sheets

This trick is handy when creating dynamic spreadsheets, as you can place a lot of values in particular cells and then hide these cells afterward. This means that anyone using the spreadsheet only needs to see the relevant data without having to look at the hidden cell values. A change in the value of a particular cell will reflect on every cell that has a link in it.

Linking Data from an Entirely Separate File

With Google Sheets, you are not limited to using data from within a single file. There is a way to import data from other files to your spreadsheet. This means that any changes made to that file will reflect on your linked spreadsheet as well. This can be done using the IMPORTRANGE function.

This particular command however is only available on the desktop version of Google Sheets. If you are using data from your mobile, save your work onto the cloud and then open the files on a computer. To use the IMPORTRANGE function, follow the steps below:

  1. Open Google Sheets.
  2. Open both the file you want to import and the file you want to link the data to.
    How To Link Data From A Different Tab In Google Sheets
  3. Highlight the file that you wish to copy the data from. Click on the address bar above, and copy the entire address. You can either right click then choose Copy, or use the shortcut Ctrl + C.
    How To Link Data From A Different Tab In Google Sheets
  4. Highlight the file that you want to copy the data to. Choose a cell where the data import will start from. Click on the cell and then type in =IMPORTRANGE.
    How To Link Data From A Different Tab In Google Sheets
  5. Type in an open parenthesis ‘(‘ then paste in the address you copied within double quotation marks. You can either right-click then click on Paste or use the shortcut Ctrl + V to copy the address exactly.
    How To Link Data From A Different Tab In Google Sheets
  6. Type in a comma ‘,’ then type in the sheet and cell range from the file you want to be copied. These values should also be within quotation marks. For example, if you want to copy sheet 1 cells A1 to A10 from the file, you will write in “Sheet1!A1:A10”. If the sheet name has been changed or has spaces, you do not need to type in single quotation marks within the double quotation marks. Type in a closed-parenthesis ‘)’.
    How To Link Data From A Different Tab In Google Sheets
  7. Press Enter. If you got the syntax correctly, you would see the information load. If you see an error that says Loading, just refresh the sheet or close the sheet and then open it again. If you see a #REF error, then check either the address spelling or the quotations or commas. #REF errors usually mean something wrong with the syntax. If you get a #VALUE error then that means Google Sheets can not find the file that you are linking. The address itself may be wrong or the file was accidentally deleted.
    How To Link Data From A Different Tab In Google Sheets

Additional FAQ

Below is one of the more common questions asked whenever discussions regarding linking data on Google Sheets come up:

Can this be used to pull information from a completely different Google Sheet? Or does it need to be in the same spreadsheet?

As stated above, the data can either come from within the same worksheet or from another file entirely. The difference is that you’ll need to use the IMPORTRANGE function for the data from an external sheet, as opposed to just using the equal sign ‘=’ for data within the worksheet.

Be aware though that if you’re using an external file, if that file gets deleted, all cells with the IMPORTRANGE function will display either a #REF or #VALUE error signifying that Google Sheets can’t find the data being linked.

Eliminating Busywork

Dynamic spreadsheets are a great tool for those who handle a lot of data. Automatically updating all related tables eliminates all the busywork required in changing redundant information. Knowing how to link data from a different tab in Google Sheets increases your efficiency and productivity. Anything that cuts down on unnecessary redundancy is always a plus.

Do you know of other ways to link data from different tabs in Google Sheets? Share your thoughts in the comments section below.

Sign up and earn $1000 a day ⋙

Advanced SystemCare 17 Free Review 2024 - Your Best PC Optimizer

Advanced SystemCare 17 Free Review 2024 - Your Best PC Optimizer

In an era where digital efficiency is paramount, Advanced SystemCare 17 Free emerges as a beacon for those seeking to enhance their PC's performance.

Summary of Movies & TV application shortcuts on Windows 10

Summary of Movies & TV application shortcuts on Windows 10

Summary of Movies & TV application shortcuts on Windows 10, Summary of Movies & TV application shortcuts on Windows 10 to bring you a great experience. Maybe

How to fix Messages Failed to Load error on Discord for Windows

How to fix Messages Failed to Load error on Discord for Windows

How to fix Messages Failed to Load error on Discord for Windows, Discord isn't fun if you can't read what other people write. Here's how to fix Messages error

How to display the This PC icon on the Windows 11 desktop

How to display the This PC icon on the Windows 11 desktop

How to display the This PC icon on the Windows 11 desktop, During the process of using Windows 11, many users need to access This PC (management).

How to find information in the Windows Registry quickly

How to find information in the Windows Registry quickly

How to find information in the Windows Registry quickly, Do you find it difficult to find information in the Windows Registry? So below are quick ways to find the registry

How to limit the number of failed login attempts on Windows 10

How to limit the number of failed login attempts on Windows 10

How to limit the number of failed login attempts on Windows 10. Limiting the number of failed password login attempts on Windows 10 helps increase computer security. Here's how

How to create fake error messages in Windows

How to create fake error messages in Windows

How to create fake error messages in Windows, Windows can come up with some pretty creative error messages but why don't you try creating your own content for them to make fun of?

Ways to open Windows Tools in Windows 11

Ways to open Windows Tools in Windows 11

Ways to open Windows Tools in Windows 11, Windows Administrative Tools or Windows Tools are still useful on Windows 11. Here's how to find Windows Tools in Windows 11.

How to fix Windows Quick Assist not working error

How to fix Windows Quick Assist not working error

How to fix Windows Quick Assist not working error, Windows Quick Assist helps you connect to a remote PC easily. However, sometimes it also generates errors. But,

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar

How to pin Word, Excel and PowerPoint files to the corresponding app icon on the Windows 11 taskbar, How to pin Office files to the taskbar icon on Windows 11? Invite

How to fix the error of not being able to install software on Windows

How to fix the error of not being able to install software on Windows

How to fix the error of not being able to install software on Windows, Why can't you install apps or software on Windows 10/11? Here's everything you need to know about how to fix it

Instructions for deleting or changing PIN on Windows 11

Instructions for deleting or changing PIN on Windows 11

Instructions for deleting or changing the PIN code on Windows 11, In Windows 11, the PIN code is a very useful and convenient security tool for users. However some people

How to fix There Are Currently No Power Options Available error in Windows 10

How to fix There Are Currently No Power Options Available error in Windows 10

How to fix There Are Currently No Power Options Available error in Windows 10, Can't select power mode in Windows 10, what should I do? Here's how to fix the error

The simplest way to fix Photos application errors on Windows 10

The simplest way to fix Photos application errors on Windows 10

The simplest way to fix Photos app errors on Windows 10, what should I do if Microsoft Photos doesn't work? Don't worry about ways to fix Photos app errors on Windows

Instructions for installing keyboard shortcuts to switch input languages ​​on Windows 11

Instructions for installing keyboard shortcuts to switch input languages ​​on Windows 11

Instructions for installing shortcuts to switch input languages ​​on Windows 11. During the process of using Windows, users will often have to switch between methods.

How to check supported power status on Windows 11

How to check supported power status on Windows 11

How to check power status is supported on Windows 11, Windows 11 can handle many different power states. Here's how to check the power status

How to switch from 2.4GHz to 5GHz in Windows 10

How to switch from 2.4GHz to 5GHz in Windows 10

How to switch from 2.4GHz to 5GHz in Windows 10, If you want to find a quick and simple way to speed up the Internet, changing the WiFi band from 2.4GHz to 5GHz may help.

How to fix Not Enough Memory to Run Microsoft Excel error on Windows

How to fix Not Enough Memory to Run Microsoft Excel error on Windows

How to fix Not Enough Memory to Run Microsoft Excel error on Windows, Are you having an error of not enough memory to run Microsoft Excel? So, how to fix Not Enough Memory error

Ways to find all video files on Windows

Ways to find all video files on Windows

Ways to find all video files on Windows, Can't find recorded and saved videos on PC. Below are ways to help you find all clips on Windows.

How to fix error 0xa00f4288 in Camera app on Windows 10 & 11

How to fix error 0xa00f4288 in Camera app on Windows 10 & 11

How to fix error 0xa00f4288 in the Camera app on Windows 10 & 11. Windows' default Camera App is the main tool for taking photos. So in the case of Win 10 & 11 cameras