Forum Discussion
WCTMO
Apr 27, 2021Copper Contributor
How to highlight cells if less than the time NOW. Need help.
I need to highlight any time in column G that is less than the current time (NOW) AND where the K value is Ongoing. I've searched and searched, but have not been able to figure it out.
3 Replies
- SergeiBaklanDiamond Contributor
It could be conditional formatting rule with formula
=($G7<MOD(NOW(),1))*($K7="Ongoing")
(first in attached file). NOW() returns both date and time.
I the tag you added "Excel for Web" is due to misprint.
- WCTMOCopper ContributorWorked! Thank you Sergei!
- SergeiBaklanDiamond Contributor
WCTMO , you are welcome