I am trying to get a formula that will tell me in an IF statement if one time is greater than the other with a return of "Success" or "Fail"
works fine with 24 hours, except when it goes past midnight because the first time is earlier (and therefore a smaller number)
example.
A6 = 01:00 (deadline)
B6 = 23:00 (start time)
C6 =IF(A6>B6,"SUCCESS","FAIL") results in a "FAIL", but I want it to say "Success" as it finished 2 hours before the deadline.
Bookmarks