I'd like to run a Google script that references specific cells on separate sheets (same project, different pages). Ideally, I would like to set a time trigger to run this while I'm offline.
I have used the active spreadsheet() function but since I want to reference multiple sheets that doesn't cover all my cases. (Again I'd like this to run while offline so I don't know if active sheet is the answer at all).