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 ⋙

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

How to open multiple programs with one shortcut on Windows 10

How to open multiple programs with one shortcut on Windows 10

How to open multiple programs with one shortcut on Windows 10, You can actually open multiple programs at the same time with a single key. Here's how to use one

How to delete old boot menu options on Windows

How to delete old boot menu options on Windows

How to remove old boot menu options on Windows, Windows 10 dual boot is useful but can leave redundant boot options in the menu. Here's how to remove the menu

Instructions for fixing Snipping Tool errors on Windows 11

Instructions for fixing Snipping Tool errors on Windows 11

Instructions for fixing Snipping Tool errors on Windows 11. Windows 11 has officially been released for a while, but during use there are still many errors

Instructions for entering text by voice on Windows 11

Instructions for entering text by voice on Windows 11

Instructions for entering text by voice on Windows 11, Entering text by voice on Windows 11 helps you significantly improve your work efficiency. Here's how

How to turn on/off Sticky Key on Windows 11

How to turn on/off Sticky Key on Windows 11

How to turn on/off Sticky Key on Windows 11, Sticky Key makes the PC keyboard easier to use. Here's how to turn Sticky Key on and off on Windows 11.

What is Windows Modules Installer?

What is Windows Modules Installer?

What is Windows Modules Installer?, Windows Modules Installer sometimes takes up a lot of system resources. Is Windows Modules Installer important or not?

How to increase volume in Windows 10

How to increase volume in Windows 10

How to increase volume in Windows 10, How to increase computer volume to maximum level? Let's learn with WebTech360 how to increase Windows 10 computer volume

How to use Windows 11 Installation Assistant to install Windows 11

How to use Windows 11 Installation Assistant to install Windows 11

How to use Windows 11 Installation Assistant to install Windows 11, Windows 11 Installation Assistant is one of the best ways to upgrade your computer to Windows 11.

How to turn off the startup sound in Windows 11

How to turn off the startup sound in Windows 11

How to turn off the startup sound in Windows 11, Does the PC startup sound bother you? Then please refer to how to turn off the startup sound for PC running Windows 11 below

Instructions for changing the screen lock timeout on Windows 11

Instructions for changing the screen lock timeout on Windows 11

Instructions for changing the screen lock timeout on Windows 11. While using Windows 11, there are times when users will need to leave the computer for a period of time.

Windows 11 optimization guide to increase FPS when playing games

Windows 11 optimization guide to increase FPS when playing games

Instructions for optimizing Windows 11 to help increase FPS when playing games, Windows 11 is an operating system platform that is introduced as more improved in gaming quality, helping games

Windows 11: How to use and customize the Quick Settings menu

Windows 11: How to use and customize the Quick Settings menu

Windows 11: How to use and customize the Quick Settings menu, Windows 11 brings some great new features and the Quick Settings menu is no exception. Here it is

How to fix the error of not being able to start Windows 11 after enabling Hyper-V

How to fix the error of not being able to start Windows 11 after enabling Hyper-V

How to fix the error of not being able to start Windows 11 after turning on Hyper-V. Hyper-V helps you run virtual machines on Windows. However, after enabling Hyper-V, you cannot post again

How to fix error 0xc00007b in Windows

How to fix error 0xc00007b in Windows

How to fix error 0xc00007b in Windows, Windows displays error 0xc00007b when the application does not work properly. Below is a step-by-step guide to fix error 0xc00007b in

How to change the login screen on Windows 10/11

How to change the login screen on Windows 10/11

How to change the login screen on Windows 10/11, Don't like the blurry screen when logging in on Windows 10/11? So, instructions on how to turn off and change the login screen

How to uninstall drivers in Windows 11

How to uninstall drivers in Windows 11

How to uninstall drivers in Windows 11, Do you want to remove unwanted drivers on Windows 11? Then please see instructions on how to remove drivers in Windows

How to fix No Internet Secured error on Windows 10

How to fix No Internet Secured error on Windows 10

How to fix No Internet Secured error on Windows 10, No Internet Secured is a common error on Windows 10. Below are simple ways to fix No Internet Secured error

How to fix the error of not being able to save Excel files on Windows

How to fix the error of not being able to save Excel files on Windows

How to fix the error of not being able to save an Excel file on Windows. If you can't save the Excel file, don't worry too much. Below are ways to fix the error of not being able to save the above Excel file

How to open DMG files on Windows

How to open DMG files on Windows

How to open DMG files on Windows, DMG is a file format specific to the macOS operating system. However, you still have a way to open DMG files on Windows.