Hi All,
I'm trying to establish a formula that calculates the total hours between a start and end time, but then if over 6 hours minus 0.5.
I've managed to do this in one cell calculating the hours =INT((G6-F6)*24) then in a separate cell taking away the 0.5 if over 6 =IF(H6>6, H6-0.5)
Is it possible to merge these two formulas together, so the total hours take away the 0.5 hours if over 6 hours in just one formula?
I'm trying to establish a formula that calculates the total hours between a start and end time, but then if over 6 hours minus 0.5.
I've managed to do this in one cell calculating the hours =INT((G6-F6)*24) then in a separate cell taking away the 0.5 if over 6 =IF(H6>6, H6-0.5)
Is it possible to merge these two formulas together, so the total hours take away the 0.5 hours if over 6 hours in just one formula?