Lazarus416
Board Regular
- Joined
- Feb 20, 2013
- Messages
- 103
I'm having some trouble puzzling out a Conditional Formatting formula...it uses AND, NOT & OR functions. I want to highlight the cell under the following conditions..(this is not the actual formula I tried)
(B3 NOT "A" OR "B" OR "C") AND (F3 - H1 >= 7)
B3 is text
F3 is a manually input date and H1 is =TODAY
(I could also make B3 = "A" OR "B" OR "C")
Any ideas on how to make it work? Thanks in advance.
(B3 NOT "A" OR "B" OR "C") AND (F3 - H1 >= 7)
B3 is text
F3 is a manually input date and H1 is =TODAY
(I could also make B3 = "A" OR "B" OR "C")
Any ideas on how to make it work? Thanks in advance.