G Guest Aug 21, 2007 #1 I need the formula that will figure hrs worked in a shift that starts in one day and ends in the next. Excel 2003
I need the formula that will figure hrs worked in a shift that starts in one day and ends in the next. Excel 2003
B Bob Phillips Aug 21, 2007 #2 =MOD(A2-A1,1) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
D David Biddulph Aug 21, 2007 #4 =MOD(B2-A2,1) and format as [hh]:mm. If you want decimal hours, then =MOD(B2-A2,1) and format as General or Number.
=MOD(B2-A2,1) and format as [hh]:mm. If you want decimal hours, then =MOD(B2-A2,1) and format as General or Number.