Reference Another Sheet in Google Sheets [Easiest Way 2024] (2024)

In this article we will show you how to reference other spreadsheets in Google Sheets in just a few clicks. We explain how to reference sheets and tabs in the same workbook as well as sheets in another workbook. Simply follow the steps below:

How to Reference Another Spreadsheet or Tab in the Same Workbook

In the example below we will demonstrate how to utilize data from another spreadsheet within the same workbook.

For the purpose of this demonstration an example data set was created. Access this and follow along by clicking this link.

For this example we will call data from column B in Sheet2 by referencing it. We will populate the data in an empty cell in Column D of Sheet1.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (1)

1. Select the cell where you want the data to populate

Select an empty cell to populate the data in. Simply click the cell to highlight it.

In our example we will populate data in cell D3 of Sheet1, therefore we click to highlight the cell.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (2)

2. Enter the formula =(SheetName!CellRef)

In the highlighted cell enter the formula in the format of:

=(SheetName!CellRef)

Formula Breakdown:

SheetName!: The name of the sheet you want to reference followed by the exclamation point (!), the sheet name must be exactly the same as displayed in Google Sheets. As an example, if the sheet name is Sheet2 this needs to be entered as Sheet2!

CellRef: This is the cell designation in the previously referenced sheet that contains the data you want to populate.

Once entered Google Sheets will preview the results.

In our example we want to reference data from cell B3 in Sheet2 so our example formula is:

=Sheet2!B3

The data from this cell is previewed, we can see this data is California.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (3)

3. Press Enter to see the results

With the formula entered press enter, the results will be populated into the cell.

In our example the data from cell B3 in Sheet2 has been populated into the cell in Sheet1.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (4)

To populate any additional cells, click the cell where the results have been populated, in the bottom right hand corner of the cell is a blue square, click this and drag over the other cells to populate the rest of the data.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (5)

Reference Spreadsheet From Another Workbook in Google Sheets

We can reference a spreadsheet from a completely separate workbook in Google Sheets using the IMPORTRANGE function.

For the purpose of this demonstration sample workbooks were created, access these by clicking the links below to follow along:

Workbook1

Workbook2

In this demonstration we will populate data into a cell of column E located in Sheet1 of Workbook1 by referencing a cell located in Sheet1 of Workbook2.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (6)

1. Click the cell where you want to populate the data

Click an empty cell where you want the data to populate. The cell will be highlighted.

In our example we will click the cell E3 in Workbook1.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (7)

2. Obtain the URL address of the worksheet to be referenced

Open the worksheet needing to be referenced and copy the URL from the address bar at the top of the display.

In our example we will open Workbook2 and copy the URL

Reference Another Sheet in Google Sheets [Easiest Way 2024] (8)

3. Enter the formula =IMPORTRANGE(“URL”,“SheetName!CellRef”)

In the selected cell enter the formula in the following format:

=IMPORTRANGE(“URL”,“SheetName!CellRef”)

Formula Breakdown:

IMPORTRANGE: This is the function used to import data from another worksheet in Google Sheets.

URL: The URL address of the Worksheet needed to reference data from. This is the URL we copied in the previous step. The URL must be encapsulated in double quotations (“ ”).

SheetName!: The name of the sheet where the data is located in the workbook to be referenced followed by the exclamation point (!). This needs to match the name of the sheet exactly.

CellRef: The cell reference which contains the data you want to populate and is located in the previously stated workbook and sheet. If you want to include a range of data you can also use a cell range here, for example E3:E6.

In our example we will reference cell E3 which is located in Sheet1 of Workbook2. With these parameters we will enter:

=IMPORTRANGE("https://docs.google.com/spreadsheets/d/1EYW2byGcmQlFBk-Ayctfn36UwIBmfiRI_fPHsYCtzhU/copy?usp=sharing","Sheet1!E3")

Reference Another Sheet in Google Sheets [Easiest Way 2024] (9)

4. Press Enter and click the cell again to Allow access

With the formula inputted press Enter, the cell will display #REF! Click the cell again and a pop message will display asking permission to connect the workbooks. Click Allow access.

This only needs to be done the first time referencing another workbook.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (10)

5. The data will populate in the cell

The data from the referenced location will be populated in the cell.

In our example the data from cell E3 in Sheet1 of Workbook2 has been populated into cell E3 in Sheet1 of Workbook1.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (11)

To quickly populate additional cells we can modify the formula to include a cell range instead of a single cell. To achieve this we simply change the cell_ref at the end of the formula.

In this example the formula is:

=IMPORTRANGE("https://docs.google.com/spreadsheets/d/1EYW2byGcmQlFBk-Ayctfn36UwIBmfiRI_fPHsYCtzhU/copy?usp=sharing","Sheet1!E3")

By amending the formula to:

=IMPORTRANGE("https://docs.google.com/spreadsheets/d/1EYW2byGcmQlFBk-Ayctfn36UwIBmfiRI_fPHsYCtzhU/copy?usp=sharing","Sheet1!E3:E6")

The difference between the formulas is that the cell ref E3:E6 is entered instead of E3. We can see that the cell range has now been imported and populated instead of just a single cell.

Reference Another Sheet in Google Sheets [Easiest Way 2024] (12)

We hope this article has helped you and given you a better understanding on how to reference another sheet in Google Sheets. You might also like our articles on how to use the Google Sheets Not Equal operator and how to add an absolute reference in Google Sheets.

To optimize your workflow, we recommend reading our guide on how to extract names from an email address in Google Sheets.

Related Articles

-How to Use Named Ranges Google Sheets

-Absolute Reference Google Sheets

-How to Share Only One Tab in Google Sheets

Reference Another Sheet in Google Sheets [Easiest Way 2024] (2024)

FAQs

Reference Another Sheet in Google Sheets [Easiest Way 2024]? ›

The basic syntax for referencing data from another sheet is: =SheetName! CellReference. For example, to reference cell A1 from a sheet named "Sales", you would use the formula =Sales! A1.

How do I reference another Google sheet in Google Sheets? ›

The basic syntax for referencing data from another sheet is: =SheetName! CellReference. For example, to reference cell A1 from a sheet named "Sales", you would use the formula =Sales! A1.

How do I dynamically reference another sheet in Google Sheets? ›

Get data from other sheets in your spreadsheet

Type = followed by the sheet name, an exclamation point, and the cell being copied. For example, =Sheet1! A1 or ='Sheet number two'! B4 .

How do I link another sheet in Google Sheets? ›

How to link data between multiple Google sheets with hyperlinks?
  1. Select the cell in which you want to insert the hyperlink.
  2. Open the “Insert” menu and click “Link”.
  3. A dialog box will open; paste the URL of the link you wish to insert.
  4. Click “Apply”.
Mar 13, 2024

How do I automatically pull data from one sheet to another in Google Sheets? ›

Copy data from one sheet to another automatically

Open the tab where you want your data to appear. Click on the cell where you wish your data to be located, and enter the IMPORTRANGE formula, inserting the URL you copied where needed. You can also choose to specify the data range within the formula.

How do I cross reference two Google Sheets? ›

Select a cell where you want the cross referenced data to appear. Type the formula "=INDEX(range, MATCH(search_key, lookup_range, 0))" in the selected cell. Replace "range" with the range of cells in the second list where you want to retrieve the data from.

How do I indirectly reference another sheet in Google Sheets? ›

How to use the INDIRECT function in Google Sheets
  1. Type “=INDIRECT(” or navigate to the “Insert” tab (or “Functions” icon) → “Function” → “Lookup” → “INDIRECT”.
  2. Insert a cell or range referred by cell reference or manual input with quotation marks such as “B2”.
  3. Press the “Enter” key.

How do I link two spreadsheets in Google Sheets? ›

Combining data from two Google Sheets in four steps
  1. Step 1: Identify the spreadsheets you want to combine. Pull up the two spreadsheets that you'd like to import data between. ...
  2. Step 2: Grab two things from the original sheet. ...
  3. Step 3: Use a Google Sheets function to port your data over. ...
  4. Step 4: Import your data.
May 16, 2018

How do you reference a sheet name in a formula? ›

You can use the CELL function to reference the current sheet name in an Excel function. Here's how: Click on the cell where you want to reference the current sheet name. Type =CELL("filename") in the formula bar and press Enter.

Is there a way to link to a specific sheet in Google Sheets? ›

How to link a user to a specific Google Sheet?
  1. Open the Google Sheets file containing the tab you want to share, and open the first tab. ...
  2. Click on any other tab, and you'll find that this number is different. ...
  3. Go to the tab you'd like to share and copy the end of the URL, from “gid=” to the end.
Mar 13, 2024

How do you reference cells from another sheet? ›

Create a cell reference to another worksheet

You can refer to cells that are on other worksheets in the same workbook by prepending the name of the worksheet followed by an exclamation point (!) to the start of the cell reference.

How do I mirror one Google sheet to another? ›

How to copy a sheet between Google Sheets
  1. Copy the URL of the target Google Sheet.
  2. Open the Google Sheet that has the tab you want to copy into the target sheet.
  3. Right click the tab you want to copy.
  4. Choose "Copy to > Existing Spreadsheet"
  5. Paste the URL into the top of the window that appears then press ENTER.

How do I reference another sheet in Google Sheets? ›

Get data from other sheets in your spreadsheet
  1. On your computer, go to docs.google.com/spreadsheets/.
  2. Open or create a sheet.
  3. Select a cell.
  4. Type = followed by the sheet name, an exclamation point, and the cell being copied. For example, =Sheet1! A1. or ='Sheet number two'! B4. .
Jan 8, 2022

How do I push data from one Google Sheet to another? ›

Use IMPORTRANGE to Import Data from Another Document

Open both the Sheets source file – containing the data you want – and the Sheets destination file – the one to which you want to import the data. 2. In the destination file, click on the cell where you want to import the data and type in the IMPORTRANGE formula.

How do I automate data from one sheet to another? ›

Enter the link

Under the "Clipboard" group on your toolbar, click "Paste." At the bottom of the drop-down menu, select "Paste Link." The data from the source spreadsheet then appears in the new spreadsheet. When you click on each cell, you can see the link back to the source sheet in the formula bar.

Can you link two Google Sheets together? ›

If you need to link to another spreadsheet (sheet or tab of a different Google Sheets document), then you need IMPORTRANGE. It's a Google Sheets function that allows you to import a data range from one spreadsheet to another.

Can Google Sheets lookup from another sheet? ›

Is it possible to use VLOOKUP to search data from another sheet in Google Sheets? Yes, VLOOKUP can search data from another sheet in Google Sheets. You need to select the range using the sheet name, followed by an exclamation mark (!), and then the cell range.

How do I mirror a Google sheet to another Google sheet? ›

How to copy a sheet between Google Sheets
  1. Copy the URL of the target Google Sheet.
  2. Open the Google Sheet that has the tab you want to copy into the target sheet.
  3. Right click the tab you want to copy.
  4. Choose "Copy to > Existing Spreadsheet"
  5. Paste the URL into the top of the window that appears then press ENTER.

How do I import a Google sheet into another Google sheet? ›

1. Open both the Sheets source file – containing the data you want – and the Sheets destination file – the one to which you want to import the data. 2. In the destination file, click on the cell where you want to import the data and type in the IMPORTRANGE formula.

Top Articles
The Surprising & Shocking History of the Credit Bureaus & Credit Reports
5 Things I Ask Myself Before I Buy Something At A Thrift Store
Jail Inquiry | Polk County Sheriff's Office
Compare Foods Wilson Nc
Quick Pickling 101
Celebrity Extra
Culver's Flavor Of The Day Wilson Nc
Undergraduate Programs | Webster Vienna
Hover Racer Drive Watchdocumentaries
Cranberry sauce, canned, sweetened, 1 slice (1/2" thick, approx 8 slices per can) - Health Encyclopedia
Osrs Blessed Axe
What Is Njvpdi
Local Dog Boarding Kennels Near Me
Quest Beyondtrustcloud.com
Suffix With Pent Crossword Clue
My.tcctrack
Patrick Bateman Notebook
History of Osceola County
Willam Belli's Husband
Lehmann's Power Equipment
Daytonaskipthegames
Ford F-350 Models Trim Levels and Packages
Dtlr Duke St
Www Va Lottery Com Result
Defending The Broken Isles
Tuw Academic Calendar
Water Temperature Robert Moses
Jayme's Upscale Resale Abilene Photos
Is Holly Warlick Married To Susan Patton
When His Eyes Opened Chapter 3123
Cowboy Pozisyon
Harrison 911 Cad Log
Ts Modesto
Spirited Showtimes Near Marcus Twin Creek Cinema
Tu Housing Portal
Chicago Pd Rotten Tomatoes
Watchdocumentaries Gun Mayhem 2
Indiefoxx Deepfake
Tds Wifi Outage
Mydocbill.com/Mr
Kelley Blue Book Recalls
Academy Sports New Bern Nc Coupons
QVC hosts Carolyn Gracie, Dan Hughes among 400 laid off by network's parent company
How I Passed the AZ-900 Microsoft Azure Fundamentals Exam
Babykeilani
3500 Orchard Place
The Blackening Showtimes Near Ncg Cinema - Grand Blanc Trillium
Mcoc Black Panther
Shannon Sharpe Pointing Gif
Phunextra
Gameplay Clarkston
Latest Posts
Article information

Author: Jonah Leffler

Last Updated:

Views: 6682

Rating: 4.4 / 5 (65 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Jonah Leffler

Birthday: 1997-10-27

Address: 8987 Kieth Ports, Luettgenland, CT 54657-9808

Phone: +2611128251586

Job: Mining Supervisor

Hobby: Worldbuilding, Electronics, Amateur radio, Skiing, Cycling, Jogging, Taxidermy

Introduction: My name is Jonah Leffler, I am a determined, faithful, outstanding, inexpensive, cheerful, determined, smiling person who loves writing and wants to share my knowledge and understanding with you.