0
0
Google Sheetsspreadsheet~5 mins

IMPORTRANGE for other spreadsheets in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the IMPORTRANGE function do in Google Sheets?
IMPORTRANGE lets you pull data from one Google Sheets spreadsheet into another. It connects sheets by using the spreadsheet's URL and the range you want to import.
Click to reveal answer
beginner
What is the correct syntax for IMPORTRANGE?
The syntax is: <br>=IMPORTRANGE(spreadsheet_url, range_string)<br>where spreadsheet_url is the link to the other sheet, and range_string is the range like "Sheet1!A1:C10".
Click to reveal answer
beginner
Why do you sometimes see a #REF! error when using IMPORTRANGE for the first time?
Google Sheets asks you to allow access to the other spreadsheet. You must click the prompt to grant permission before data appears.
Click to reveal answer
beginner
Can IMPORTRANGE update data automatically when the source spreadsheet changes?
Yes! IMPORTRANGE updates the imported data automatically when the source spreadsheet changes, so you always see the latest data.
Click to reveal answer
beginner
How do you specify a range from a different sheet inside the same spreadsheet URL in IMPORTRANGE?
Use the sheet name followed by an exclamation mark and the cell range, like "Sheet2!A1:B5" inside the range_string argument.
Click to reveal answer
What do you need to provide first when using IMPORTRANGE?
AThe name of the sheet you are working on
BThe URL of the spreadsheet you want to import from
CThe formula to calculate the sum
DThe email of the spreadsheet owner
What happens if you don’t allow access when prompted by IMPORTRANGE?
AThe formula will delete itself
BThe data will still import
CThe spreadsheet will crash
DYou will see a #REF! error
How do you write the range to import cells A1 to C10 from a sheet named 'Data'?
A"Data!A1:C10"
B"A1:C10!Data"
C"Data:A1-C10"
D"Sheet1!A1:C10"
Does IMPORTRANGE update data automatically when the source changes?
AOnly if you open the source spreadsheet
BNo, you must refresh manually
CYes, it updates automatically
DOnly once per day
Which of these is a valid IMPORTRANGE formula?
A=IMPORTRANGE("https://docs.google.com/spreadsheets/d/abc123", "Sheet1!A1:B5")
B=IMPORTRANGE(Sheet1!A1:B5)
C=IMPORTRANGE("Sheet1!A1:B5")
D=IMPORTRANGE(12345, "A1:B5")
Explain how to use IMPORTRANGE to bring data from another Google Sheets file into your current sheet.
Think about the two main pieces of information IMPORTRANGE needs.
You got /4 concepts.
    What should you do if IMPORTRANGE shows a #REF! error after entering the formula?
    Remember the first time you connect, Google Sheets asks for permission.
    You got /3 concepts.