I have tried a couple different formulas however I can't get the output\result to be hh:mm:ss (example: 00:45:06)
This is the most currently formula I tried. DateTimeDiff([LogoutTime],[LoginTime],'%H:%M:%S'). I get an error that this will return a number and I have it set to Time. I changed the data type to string however then I get no results, even through the error is gone (just null in the field).
This is my excel from excel, the Different column is what I would like to see.
Login Time = 04/19/21 8:55
Logout Time = 4/19/21 9:40
Difference = 00:45:06