I recently created a helper sheet for the purpose of generating a multirow report from a much larger intake sheet.
My helper report sheet is calculating the max entries on the main sheet, grabbing the last 50 rows, and looking for criteria matches that I have setup in helper columns in the report sheet. Its mostly working as I intended but I have some issues with time zones.
I sent out a reminder for all users who use the main sheet to update their time zone to EST & I haven't observed any time changes in the log of the main sheet in over a week now.
What I'm observing now is on the helper sheet the times will sometimes be PST as soon as I open the sheet and quickly update to EST. I can repeat this behavior as long as I don't save the sheet, so reload the page = 1 second of PST then back to EST. The result of this jankiness is I'm losing rows in my match criteria. So if you run the report automation without accessing the sheet first its dropping rows.
Checking the logs of the sheet shows I'm the only person accessing the sheet. So, since I'm set to EST you would think it would always be EST but apparently not.
Any suggestions?