Recall & Review
beginner
What does the IMPORTRANGE function do in Google Sheets?
IMPORTRANGE lets you pull data from one Google Sheet into another. It connects two spreadsheets so you can use data from one inside the other.
Click to reveal answer
beginner
What are the two main parts you need to provide in the IMPORTRANGE formula?
You need the URL (or spreadsheet key) of the source sheet and the range of cells you want to import, like "Sheet1!A1:C10".
Click to reveal answer
beginner
How do you write an IMPORTRANGE formula to import cells A1 to B5 from a sheet named 'Data' in another spreadsheet?Use =IMPORTRANGE("spreadsheet_url", "Data!A1:B5") replacing "spreadsheet_url" with the actual URL or key.
Click to reveal answer
beginner
What must you do the first time you use IMPORTRANGE to connect two spreadsheets?
You must allow access by clicking the prompt that appears. This lets your sheet pull data from the other spreadsheet.
Click to reveal answer
beginner
Can IMPORTRANGE update data automatically when the source spreadsheet changes?
Yes, IMPORTRANGE updates automatically, so your data stays fresh without needing to copy and paste again.
Click to reveal answer
What is the correct syntax for IMPORTRANGE?
✗ Incorrect
IMPORTRANGE requires the spreadsheet URL and the range string as arguments.
What happens if you don't allow access when first using IMPORTRANGE?
✗ Incorrect
You must grant permission for IMPORTRANGE to access the other spreadsheet, or it shows a #REF! error.
Which part of IMPORTRANGE specifies the cells to import?
✗ Incorrect
The range string tells IMPORTRANGE which cells to bring in from the source sheet.
Can IMPORTRANGE import data from a spreadsheet you don't have access to?
✗ Incorrect
You need permission to view the source spreadsheet for IMPORTRANGE to work.
If the source spreadsheet changes, how often does IMPORTRANGE update?
✗ Incorrect
IMPORTRANGE refreshes data automatically, usually within a few minutes.
Explain how to use IMPORTRANGE to bring data from one Google Sheet to another.
Think about the two main inputs and the permission step.
You got /4 concepts.
What are common errors or issues when using IMPORTRANGE and how can you fix them?
Focus on permission and formula syntax.
You got /4 concepts.