Hey, I am no excel guru and could only come up with =IF(HOUR(C2:C28)-HOUR($G$1)>4,TRUE,FALSE) but it doesn't account for the actual day without creating something a little more drastic. I know there's a simple way!
I am trying to highlight cells based on the time from now.
Green - Time < 2 hours from current time
Light Orange - Time is >= 2 hours but < 4 hours from current time
Dark Orange - Time is >= 4 hours but < 12 hours from current time
Red - Anything >= 12 hours
The data appears as:
02/01/2015 17:19
05/01/2015 20:59
06/01/2015 13:32
06/01/2015 14:13
07/01/2015 0:01
07/01/2015 0:39
Thank you in advanced. Apologies I couldn't search harder as I'm on a time restraint at work![]()
Bookmarks