Ok, I got an AND statement working to return true/false:
I put 02:00 in I5 as a workaround since i couldn't subtract 02:00 directly. Now, I have a column of times that I want to check it against with conditional formatting (if return is true, a cell on same row is filled in yellow). The code above returns true, but how do I check against all cells in a given column?
I was able to do it with a countif:
which checked all rows in C against all rows in column I ($I7), but how would i check every time in a column and if true, highlight a cell in the same row 5 columns over?
Bookmarks