In calculating time durations some results might be less than six hours while others can be greater than 6 hours. How can I express those duration that are equal or greater than 6 hours long by subtracting 30 mins of time from the total using an “=IF “ statement? Or is there an another method?
Example:
A2=9:00 am B2= 1:00 PM resulting in a total of 4:00 hrs in C2 (B2-A2). However the next entry may be
A3=8:00 am B3=4:00 PM resulting in a total of 8:00 hrs in C3 (B3-A3). Since it’s more than 6 hrs I want to deduct 30 minutes to show 7hrs 30 min.
Bear in mind the times can be anything from 1 to 15 hours long for any entry.
Any suggestions will be greatly appreciated.