I am subtracting one time column from another. I was able to get an answer, that appears mathematically correct. However I would like the answer to return in the hour : minute : second format as it started in. Is this possible?
I am subtracting Start time from End time to get Run Time and used the formula below:
=(TIME([End Time]@row) - TIME([Start Time]@row)) * 24 * 60 * 60
below is the result:
Ignore the total cycle time that is another issue.
They are currently calculating each manually.