G Suite Pro Tips: how to sync one spreadsheet to another in Google Sheets | Google Workspace Blog (2024)

When it comes to analyzing data at work, we often have to pull information from several different sources in order to see the big picture. But if you need to manage product inventory or report on quarterly sales figures, spending time flipping between spreadsheets or manually copying and pasting data into one place can take up too much time. There’s a better option.

WithG Suite—Google’s suite of cloud-based collaboration and productivity apps—there are a ton of ways you can skip repetitive tasks, including in Google Sheets.

Today, we’re kicking off a tips series to help you become a G Suite pro—starting with how to combine data from one spreadsheet into another. Check it out.

Combining data from two Google Sheets in four steps

With Sheets, it’s easy to combine data into one spreadsheet to create a single source of truth.

Step 1: Identify the spreadsheets you want to combine.

Pull up the two spreadsheets that you’d like to import data between. You should have the original spreadsheet (Ex: “Sales Revenue”) and the one you want to add information into (Ex: “Product Inventory”).

Step 2: Grab two things from the original sheet.

You need two pieces of information from the original spreadsheet in order to move the data: the spreadsheet URL and the range of cells where you want to pull the data from. In this example, our original spreadsheet’s name is “Sales Revenue.”

First, highlight and copy the full spreadsheet URL from the original spreadsheet (Note: you can also use the spreadsheet “key,” which is a code hidden inside the URL between the “d/” and “/edit.” It looks like a jumbled mix of letters and numbers.).

G Suite Pro Tips: how to sync one spreadsheet to another in Google Sheets | Google Workspace Blog (1)
G Suite Pro Tips: how to sync one spreadsheet to another in Google Sheets | Google Workspace Blog (2)

Next, before you switch to the new spreadsheet, make sure to note the range of cells where you want to pull the data from in the original spreadsheet. For example, A:1 to C:10.

Step 3: Use a Google Sheets function to port your data over.

Now we use theIMPORTRANGEfunction. First, click into the new spreadsheet where you’d like to add data into. In this example, it’s named “Product Inventory.” Insert columns or rows into the spreadsheet where you want to put data.

Next, type =IMPORTRANGE in the cell (you can choose to use all caps or not, it doesn’t matter.). The function will then ask you for three things:

  1. The URL of the original spreadsheet (or the spreadsheet key, both options work.)
  2. The name of the specific tab in your spreadsheet that you’re pulling information out of
  3. The range of cells for data you need

It will look similar to this:

=IMPORTRANGE(“https://docs.google.com/spreadsheets/d/1RNez4bhTMt_evAdHrFOBHeBgk1l5HAWVTb43EKpYHR8/edit#gid=0","Sales Revenue by Quarter!A1:C10”)

It’s important to note that you have to use the specific name of the tab in the sheet in the formula. So for this example, the name of the original spreadsheet housing multiple datasets is called “Sales Revenue,” but the name of the specific tab with our data in it is called “Sales Revenue by Quarter.” We want to use the specific tab’s name to avoid our function breaking in the future when new sheets or tabs are created.

Oh and another trick: don’t forget to add the exclamation point (!) before the data range. That’s important, too.

Step 4: Import your data.

After you’ve added your IMPORTRANGE formula, you can click enter.

If it’s the first time you’ve imported data from that particular spreadsheet, a pop-up might appear. Don’t worry! This security check makes sure you’re okay with granting any collaborators on this spreadsheet access to data that lives in another spreadsheet. It will ask you to “Allow access” when you see the #REF in your cell. Go ahead and click yes.

Voilà! Your data will appear in the new spreadsheet.

Focus on work that’s important

Google Sheets hasmore than 400 functionsyou can use to help speed up work. To learn more about how cloud-based tools like Sheets can help businesses uncover insights quicker—and, as a result, encourage employees to spend time on strategic work—check outthis post.
Posted in
G Suite Pro Tips: how to sync one spreadsheet to another in Google Sheets | Google Workspace Blog (2024)

FAQs

How do I sync data from one sheet to another 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 to automatically update one spreadsheet from another Google Sheets? ›

Importrange: The Importrange function is used to sync data between different Google Sheets. It allows for real-time updates, ensuring that any changes in the source sheet are automatically reflected in the destination sheet.

How to get data from one sheet to another in Google Sheets automatically? ›

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 automatically sync data from one spreadsheet to another? ›

How to automatically update one Excel worksheet from another sheet
  1. Open your worksheets. First, open both spreadsheets that you want to connect. ...
  2. Select data from your source worksheet. ...
  3. Copy the formula. ...
  4. Click the corresponding area of the new sheet. ...
  5. Enter the link. ...
  6. Add criteria. ...
  7. Set update intervals. ...
  8. Save the workbook.
Apr 9, 2024

Can you sync two separate Google Sheets? ›

There are several approaches to keep two Google Sheets in sync, our approach in this guide is to detect new rows in the first sheet and automatically add them to the new one. The sheets don't have to be in the same Google Drive account but you need to have access to both of them.

How to dynamically pull in data from 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 automatically pull data from one sheet to another? ›

The MATCH function can pull data from another Excel worksheet when used with the INDEX function. For example, if you want to pull the value in cell B8 from Sheet2 in a workbook, you can use the following formula: =INDEX(Sheet2! A1:B10,MATCH(B8,Sheet2!

How do I link data from one spreadsheet to another? ›

Select the cell or cells where you want to create the external reference. Type = (equal sign). Switch to the source workbook, and then click the worksheet that contains the cells that you want to link. Press F3, select the name that you want to link to and press Enter.

How do I dynamically pull data from another sheet in Excel? ›

The most common way to pulling data from another sheet in Excel is to type an exclamation mark and a cell/range reference after the worksheet name. Since the worksheet name usually contains spaces, you'd better enclose it in single quotes to avoid an error. For example; 'My Worksheet! '$A$1.

How do you sync a spreadsheet? ›

Copy the original table (Ctrl+C). Go to another worksheet and paste the table (Ctrl+V). Repeat this step for all worksheets you want to sync.

How do you auto populate from one sheet to another in Google Sheets? ›

Reference Spreadsheet From Another Workbook in Google Sheets
  1. Click the cell where you want to populate the data. ‍ ...
  2. Obtain the URL address of the worksheet to be referenced. ‍ ...
  3. Enter the formula =IMPORTRANGE(“URL”,“SheetName! CellRef”) ...
  4. Press Enter and click the cell again to Allow access. ‍ ...
  5. The data will populate in the cell.

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

2. Import data from a sheet in another document
  1. Enter [=IMPORTRANGE(“SheetURL”,”SheetName! CellRange”)] in your top-left cell.
  2. Use the URL for the sheet you want to import data from. The sheet name and cell range are optional.
Feb 26, 2021

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

Select the cell or cells where you want to create the external reference. Type = (equal sign). Switch to the source workbook, and then click the worksheet that contains the cells that you want to link. Press F3, select the name that you want to link to and press Enter.

Top Articles
Securing APIs: OAuth 2.0 and API Keys Best Practices
API Without Authentication: Risks and Solutions - Practical DevSecOps
NOAA: National Oceanic & Atmospheric Administration hiring NOAA Commissioned Officer: Inter-Service Transfer in Spokane Valley, WA | LinkedIn
Craigslist Monterrey Ca
Washu Parking
Atvs For Sale By Owner Craigslist
Kris Carolla Obituary
Wmlink/Sspr
Violent Night Showtimes Near Amc Fashion Valley 18
Devourer Of Gods Resprite
Compare the Samsung Galaxy S24 - 256GB - Cobalt Violet vs Apple iPhone 16 Pro - 128GB - Desert Titanium | AT&T
The Connecticut Daily Lottery Hub
How Many Cc's Is A 96 Cubic Inch Engine
Vcuapi
National Office Liquidators Llc
Las 12 mejores subastas de carros en Los Ángeles, California - Gossip Vehiculos
Grandview Outlet Westwood Ky
How to Create Your Very Own Crossword Puzzle
Inter-Tech IM-2 Expander/SAMA IM01 Pro
Unforeseen Drama: The Tower of Terror’s Mysterious Closure at Walt Disney World
Bernie Platt, former Cherry Hill mayor and funeral home magnate, has died at 90
What Time Does Walmart Auto Center Open
Www Va Lottery Com Result
پنل کاربری سایت همسریابی هلو
2011 Hyundai Sonata 2 4 Serpentine Belt Diagram
Restaurants In Shelby Montana
Speechwire Login
Eegees Gift Card Balance
Salemhex ticket show3
Evil Dead Rise - Everything You Need To Know
Ancestors The Humankind Odyssey Wikia
Metro By T Mobile Sign In
Housing Assistance Rental Assistance Program RAP
Angela Muto Ronnie's Mom
Texas Baseball Officially Releases 2023 Schedule
Royals op zondag - "Een advertentie voor Center Parcs" of wat moeten we denken van de laatste video van prinses Kate?
Black Adam Showtimes Near Amc Deptford 8
Best Workers Compensation Lawyer Hill & Moin
Daily Jail Count - Harrison County Sheriff's Office - Mississippi
Frommer's Philadelphia & the Amish Country (2007) (Frommer's Complete) - PDF Free Download
Entry of the Globbots - 20th Century Electro​-​Synthesis, Avant Garde & Experimental Music 02;31,​07 - Volume II, by Various
Gfs Ordering Online
Atu Bookstore Ozark
How To Get To Ultra Space Pixelmon
Air Sculpt Houston
Jimmy John's Near Me Open
Mountainstar Mychart Login
Amateur Lesbian Spanking
Legs Gifs
Autozone Battery Hold Down
Acellus Grading Scale
Loss Payee And Lienholder Addresses And Contact Information Updated Daily Free List Bank Of America
Latest Posts
Article information

Author: Errol Quitzon

Last Updated:

Views: 6444

Rating: 4.9 / 5 (59 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Errol Quitzon

Birthday: 1993-04-02

Address: 70604 Haley Lane, Port Weldonside, TN 99233-0942

Phone: +9665282866296

Job: Product Retail Agent

Hobby: Computer programming, Horseback riding, Hooping, Dance, Ice skating, Backpacking, Rafting

Introduction: My name is Errol Quitzon, I am a fair, cute, fancy, clean, attractive, sparkling, kind person who loves writing and wants to share my knowledge and understanding with you.