Forum Discussion
Kratchie
3 years agoFrequent Visitor
Calculate duration from fixed date/time
Hi, I've a column with fixed time which begins from 2000-01-01 00:00:00 If we find 2000-01-02 03:10:10 in that column it means 27h, 10 min, 10 sec in duration. How can I calculate and get it as ...
FreemanZ
Super User
3 years agoHi Kratchie
try to create a column with this:
Column = FORMAT([Duration]-DATE(2000,1,1),"HH:MM:SS")
i tried and it worked like this: