OverlayFlow

How to Import Data From Another Sheet in Google Sheets ?

Learn how to automatically pull data from a different Google Sheet into your current one. This is perfect for creating dashboards, centralizing information, and avoiding manual copy-pasting.

Use the IMPORTRANGE function to pull data from another spreadsheet.

How to Import Data Using IMPORTRANGE

1

Select a Destination Cell

Click on the cell in your current sheet where you want the imported data to start. This will be the top-left cell of your imported range.

2

Enter the IMPORTRANGE Formula

Type the beginning of the formula: =IMPORTRANGE("spreadsheet_url", "range_string"). You will replace the placeholder text in the next steps.

3

Add the Spreadsheet URL

Open the source Google Sheet. Copy its full URL from your browser's address bar and paste it between the first set of quotation marks in your formula.

4

Specify the Sheet and Range

In the second part of the formula, specify the sheet name and the cell range you want to import. For example, to import cells A1 through C10 from a sheet named 'Sales Data', you would type "Sales Data!A1:C10".

5

Allow Access

Press Enter. The cell will show a #REF! error. Hover over the cell and click the blue Allow access button that appears. This connects the two sheets, and your data will now appear.

💡 Pro Tips

Tips for Importing Data in Google Sheets

🔗

Dynamic References

Instead of hardcoding the URL or range, you can reference other cells that contain this information, making your formula more flexible.

📊

Combine with QUERY

Wrap your IMPORTRANGE function within a QUERY function to sort, filter, or aggregate the imported data directly. Example: =QUERY(IMPORTRANGE(...), "SELECT * WHERE Col1 IS NOT NULL").

⚠️

Troubleshoot #REF! Errors

The most common #REF! error is forgetting to 'Allow access'. It can also mean the URL is incorrect or the sheet name/range doesn't exist.

🔄

Live Data Sync

Imported data is live. Any changes made in the source sheet will automatically update in your destination sheet, though there might be a slight delay.

Need help right into Google Sheets?

Try Overlayflow, it's an AI software assistant that can answer any questions and show you on screen where to click!

Now available for any popular app.
3-day free trial. No credit card required. Then $59 one-time payment.