Hello,
I have the following columns in a sheet:
"Created (Date)" records the date/time a form was submitted.
"Modified (Date)" records the date/time a row is copied to the final sheet in my workflow.
I want to compare the modified date to another date that is manually entered in the row to determine when to send a notification. I'm aware that while the two columns that automatically record date/time stamps show a date that is based on the owner's time zone which is in this case EST. If I use a formula like weekday() or dateonly(), those formulas reference the date on the server which is 4 hours ahead of EST. I've created another column called "Modified (Date) calc" that extracts the date from the time/date stamp and another column that I would like to use to subtract 4 hours to account for the difference between PST and the server's GMT time zone.
I thought the formula =[Modified (Date) calc - 4/24] would work but I'm getting a date that I don't understand.
In my example:
"Modified (Date):" 06/27/21 12:25PM
"Modified (Date) calc:" 6/27/21 - I used DATEONLY() to extract the date.
The formula in bold above is giving me a date of 6/26/21 which I don't understand.
Any help would be appreciated.
Thank you,
Khari