Google Sheets / Google Sheets Power User

Import data from other sheets

Google Sheets has a number of functions that can be used to import data into a spreadsheet, including ImportData, Import HTML and ImportRange.

The following functions can be used:

For example, to import a range of data from one sheet into another:

For example, if a spreadsheet has the following URL:

And you wish to copy the totals from the selected cells in Sheet1:

You would enter the following function:

=IMPORTRANGE("1Dpfe3qyfbLks9hGYhCqF_-VMTkRgxCTuqpdON6dgYVU","Sheet1!B6:E6")

You can only have a maximum of 50 import functions in a spreadsheet.

We recommend using IMPORTRANGE to import no more than 20,000 rows of data in a single function.