Try this...I know how to create time calc formulas during the same date - but not when you cross (midnight) into a second date.
Any quick examples would be greatly appreciated . . . . .
I assume there's a formula that covers both scenarios?
Try this...
A1= 5:00 PM
B1 = 1:00 AM
=MOD(B1-A1,1)
Format as h:mm
If you have a SUM(...) formula then format that cell as [h]:mm.Ugh, I am now correctly calculating hours worked for each individual - but the sum of the "hours worked" column is not resulting in h:mm.
The entire column including the sum is in "13:30" time format . . .