X
This article was written by Nicole Levine, MFA. Nicole Levine is a Technology Writer and Editor for wikiHow. She has more than 20 years of experience creating technical documentation and leading support teams at major web hosting and software companies. Nicole also holds an MFA in Creative Writing from Portland State University and teaches composition, fiction-writing, and zine-making at various institutions.
This article has been viewed 2,238 times.
This wikiHow teaches you how to use the IMPORTRANGE function in the web version of Google Sheets to import data from another spreadsheet.
Steps
Part 1
Part 1 of 2:Getting a Link to the Data
Part 1
-
1Go to https://sheets.google.com in a web browser. If you’re not already signed in to your Google account, sign in now.
-
2Click the file you want to import data from. This opens the workbook.
-
3Make note of the sheet name and range of the data you want to import. The sheets in the file are listed along the bottom of the screen. Click the sheet name that contains the data, then write down or memorize the range (e.g. A2:D11). You’ll need this information for the IMPORTRANGE formula.[1]
-
4Click the File menu. It’s near the top-left corner of the screen.
-
5Click Share….
-
6Click Get shareable link. A link to the spreadsheet is now copied to the clipboard.
-
7Click Done.
-
8Click the Google Sheets home icon. It’s the green button with a white table at the top-left corner of the screen. Now that you’ve copied the link, it’s time to add it to a formula in the sheet where you want the data to appear.
Part 2
Part 2 of 2:Importing the Data
Part 2
-
1Go to https://sheets.google.com in a web browser. If you already see a list of your files, you can skip this step.
-
2Click the file where you want the data to appear. You’ll be entering the formula on this spreadsheet.
-
3Click the cell where you want the range to appear.
-
4Type =IMPORTRANGE. A list of matching functions will appear.
-
5Click IMPORTRANGE. The cell now reads =IMPORTRANGE(.
-
6Type a ".
-
7Press Ctrl+V (Windows) or ⌘ Cmd+V (macOS). This pastes the link to the other spreadsheet into the blank.
-
8Type another ".
-
9Type a comma ,.
-
10Type the path to the data between quotes (“”). For example, if the data in the first spreadsheet is on a sheet called Sheet1 and the range is A2:D11, type "Sheet1!A2:D11".
-
11Type ). You should now see something like this:
- =IMPORTRANGE(“https://docs.google.com/spreadsheets/test” , “Sheet1!A2:D11”).
-
12Press ↵ Enter or ⏎ Return. The IMPORTRANGE formula will import the data. Once the import is complete, the data from the first spreadsheet will appear in the second.













-Step-21-Version-2.webp)














































