View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default formula for hr worked that cross 12:00 am

=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.
--
David Biddulph

"dbow" wrote in message
...
I need the formula that will figure hrs worked in a shift that starts in
one
day and ends in the next.
Excel 2003