Good morning everyone. I have another questions. I'm currently using this calculation:
=(I6+IF(OR(I6=0,I6<H6),1,0)-H6)*24
to calculate total hours worked where H6 is In time and I6 is Out time. Thing is, it displays a "24" if there are no hours worked for that day. What would be the correct...