Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Google Sheets - downloading CSV results in empty (#ref) file. Is it a problem with IMPORTRANGE? [duplicate]

$
0
0

I have a multi sheet workbook in Google Sheets. I need to export a compilation of tables from this workbook to CSV. I therefore have added a new sheet where I use IMPORTRANGE to combine values from different sheets to one table, which I then want to export. The table has five headers:

Header 1Header 2Header 3Header 4Header 5
IMPORTRANGEIMPORTRANGE

There are two uses of IMPORTRANGE

The result text file is exactly 11 bytes, and contains one line:

#REF!,#REF!

I guess the reason there are two #REF! (and not 5, one for each column) is because I use IMPORTRANGE twice.

Currently I have to copy-paste the whole table into another, temporary, sheet, as values, export this new sheet to CSV and finally delete the temporary sheet, a PITA.

How can I export a sheet where I use IMPORTRANGE to CSV in Google Sheet?


Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>