Hi,
I noticed a strange glitch that occurs when using the Time() function.
I'm basically trying to mimic a stop watch by calculating the duration of a start and stop entry utilizing the created date/time stamp. I have setup automation to move the rows that are entered as stop to another sheet.
I extract the time portion using the formula.
=TIME(SUBSTITUTE([Created Date]@row, DATEONLY([Created Date]@row), ""), 1)
Where I run into issue is when a new entry is added, the stop times on the sheet with all the stop entries roll back by 3 hours (see below screen capture). This of course causes the duration calculations to be off. After a few seconds the system recalculates but you need to manually save for the sheet to take the correct values again, this is not feasible as it needs to be automated feeding to a report & dashboard.
Strangely the same function for the start entries do not have this issue. CORRECTION - same issue happens on the start entries as well
Any ideas is greatly appreciated, I'm completely puzzled.