I have a google doc with many dozens of sheets within it. I want to export 3 specific cells (same ones in each sheet) to an Excel file. I think this can be done, but I don't know how.
lwillsea it's possible!
Use a query such as:
SELECT A,B,C LIMIT 1
This would give you the three cells A1:C1
Powered by FreeFlarum.(remove this footer)