template or formula for start time -finish time -total hours ple

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

please could I have a formula or function to enter start time-end time and
show total hours/mins for excel
 
=B1-A1

=B1-A1+(A1>B1)

=MOD(B1-A1,1)


with start time in A1 and end in B1 using excel time format hh:mm:ss

the first 2 formulas work if start is before and end is after midnight
 
Back
Top