B
Biff
Hi John,
Here's one way:
Start time is in A2. End time is in B2.
=IF(B2-A2+(B2<A2)>=0.25,B2-A2+(B2<A2)-30/1440,B2-A2+
(B2<A2))
This handles any times that roll past 12 AM. Format cell
as [H]:mm
Biff
Here's one way:
Start time is in A2. End time is in B2.
=IF(B2-A2+(B2<A2)>=0.25,B2-A2+(B2<A2)-30/1440,B2-A2+
(B2<A2))
This handles any times that roll past 12 AM. Format cell
as [H]:mm
Biff