Clear, practical technology insights About · Contact

How to Use Importrange on Google Sheets on PC or Mac

This wikiHow teaches you how to use the IMPORTRANGE function in the web version of Google Sheets to import data from another spreadsheet. Go to https://sheets.google.com in a web browser. If you're not already signed in to your Google...

Author: Kareem Winters3 minutes read
Table of Contents
Part 1 of 2:
  1. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Go to https://sheets.google.com in a web browser. If you're not already signed in to your Google account, sign in now.
  2. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Click the file you want to import data from. This opens the workbook.
  3. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Make 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]
  4. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Click the File menu. It's near the top-left corner of the screen.
  5. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Click Share….
  6. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Click Get shareable link. A link to the spreadsheet is now copied to the clipboard.
  7. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Click Done.
  8. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Click 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 of 2:

Importing the Data

  1. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Go to https://sheets.google.com in a web browser. If you already see a list of your files, you can skip this step.
  2. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Click the file where you want the data to appear. You'll be entering the formula on this spreadsheet.
  3. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Click the cell where you want the range to appear.
  4. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Type =IMPORTRANGE. A list of matching functions will appear.
  5. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Click IMPORTRANGE. The cell now reads =IMPORTRANGE(.
  6. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Type a ".
  7. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Press Ctrl+V (Windows) or Cmd+V (macOS). This pastes the link to the other spreadsheet into the blank.
  8. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Type another ".
  9. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Type a comma ,.
  10. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Type 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".
  11. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Type ). You should now see something like this:
    1. =IMPORTRANGE('https://docs.google.com/spreadsheets/test' , 'Sheet1!A2:D11').
  12. images 1 of How to Use Importrange on Google Sheets on PC or Mac
    Press 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.

Was this article helpful?

Your feedback helps us improve.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.