So I have a column that lists the time during the day in increments of 15 minutes. I want to format each cell so that it will change colors if the current time is equal to or greater than the cell time, and less than the time in the cell next row over. This is what I came up with but it doesn't work. =IF(AND(NOW()>=A15,NOW()<A16),1,0). excel dat time.JPG
I figured out how to conditionally format the days of the week according to current week day. Now I just need to do this. I'm also wondering once I do find a formula that works, what would be a less tedious/more automated way of conditionally formatting the 100+ column of cells containing the time.
Bookmarks