- Why does IMPORTRANGE show #REF! even though I copied the URL correctly?
- The most common cause is insufficient permissions. The source spreadsheet must be shared with your Google account, and link sharing must be enabled in the spreadsheet settings. If you're trying to import from a file you don't own, ask the owner to grant you Viewer access with 'Anyone with the link can view' enabled, or share it directly with your email.
- Can IMPORTRANGE pull data from a shared drive or team folder?
- Yes, IMPORTRANGE works across Google Drive locations—personal drives, shared drives, Team Drives, and shared folders. As long as the spreadsheet is shared with your account and you have access, the full URL from the browser's address bar will work in IMPORTRANGE.
- Does IMPORTRANGE update in real time when the source sheet changes?
- Yes, IMPORTRANGE refreshes automatically whenever the source sheet is edited. Changes typically appear within a few seconds, depending on Google Sheets' recalculation schedule. This makes it ideal for live inventory dashboards or multi-user tracking systems.
- Is there a size limit on how much data IMPORTRANGE can pull?
- IMPORTRANGE can import large datasets, but the total is subject to Google Sheets' limit of 5 million cells per sheet. For very large imports, use QUERY with IMPORTRANGE to filter and reduce the dataset, which improves calculation performance and prevents hitting sheet limits.