I've entered this formula in cell b4, =IF(a4>TIMEVALUE("40:00:00"), a4-TIMEVALUE("40:00:00"), 0) to pull only the overtime hours out of the total hours worked in a week (44:34) from cell a4. Now my question is, if the total hours worked in cell a4 is LESS than 40:00, this formula should put a "0" in the cell b4, right? Because I tested it by putting in 32:55 in cell a4 and got back a value of 16:55. Keep in mind these are formatted as [h]:mm.
Bookmarks