Forum Discussion
taddypole
Feb 12, 2024Copper Contributor
Calculate the difference in time between current time and a specific time
I’m trying to find the time difference between an incremented time based on the start time I enter and the real time clock I created. When I try to find the difference value, I get an error and don’...
HansVogelaar
Feb 12, 2024MVP
In F5:
=D5+TIME(0,4,0)
In F6:
=F5+TIME(0,4,0)
Fill down from F5.
Format H5 and down as General or as Number.
taddypole
Feb 19, 2024Copper Contributor