Forum Discussion
Szymon1983
Feb 09, 2023Copper Contributor
Conditional formatting based on time (00:00:00)
Please can you help me find a solution to the following question? I keep a record of what time the user updates data. The allowed time is one hour before and one hour after the allotted time. Let's ...
- Feb 09, 2023
Perhaps column D contains date + time values instead of just time values. Does this formula for the "green" rule work?
=OR(HOUR(D43)=8,HOUR(D43)=9)
Szymon1983
Feb 09, 2023Copper Contributor
Thanks for your help, but it doesn't work for some reason. I'm doing something wrong, but I'm not sure what. Please, here is step by step of my work, maybe you can see something?
HansVogelaar
Feb 09, 2023MVP
Perhaps column D contains date + time values instead of just time values. Does this formula for the "green" rule work?
=OR(HOUR(D43)=8,HOUR(D43)=9)
- Szymon1983Feb 09, 2023Copper ContributorThank You Hans
You're a Star 🙂 Is working now
Thanks