Hi all,
I am trying to create a new output column that is the difference between the start and end time columns.
I tried using the DateTimeDiff formula, but was not sure about what to input as the 3rd argument for it to return the information in the same hh:mm:ss format.
DateTimeDiff([Start time], [End time], ???)
| Start time | End time | Output |
| 8:57:32 | 9:05:45 | 0:08:13 |
| 9:05:45 | 10:07:11 | 1:01:26 |