It would be great to have a time (Duration) field … :winking_face:
Anyway, I tried to find a workaround:
In the field TIME WORKED I used this formula:
The part OR(IN=Blank(),OUT=Blank() is to avoid the ERROR display in the field.
This is the total amount of minutes
In HOURS I used:
Use ROUNDDOWN with the 0 decimal
In MINUTES:
The difference between TIME WORKED and the HOURS * 60.
To DISPLAY the time according to your preference, you may consider the function CONCATENATE
The formula is needed when the seconds are lower then 10. If you skip the formula, the time may display something like 7.4 in stead of 7.04
Also when the minutes are zero, you use CONCATENATE to display the “00”.
I am sure there are other functions, but this could be an option you like.