Hi
Someone worked from 10:00pm to 6:00am next day. I want to calculate the difference. So I tried
A1=10 pm
B1= 6 am
C1=(A1-B1)*24
But did not work
I watched a video and the guy said use =Mod((B1-A1),1)
But did not explain why. I know what mod is used for but how this idea came from? Mod...