O
Otto Moehrbach
Excel XP & Win XP
I thought this was easy but it isn't.
I want to apply conditional formatting to D1 so I have D1 selected.
I want 2 conditions to be true before the formatting is applied. They are:
(Note that D1 holds a date).
D1 > Today()
E1 <> "YES"
I tried:
Formula is:
=If(And(D1>Today(), E1<>"YES"))
Excel adds quotes as:
="If(And(D1>Today(), E1<>""YES""))"
But the formatting is not applied.
What am I doing wrong? Thanks for your time. Otto
I thought this was easy but it isn't.
I want to apply conditional formatting to D1 so I have D1 selected.
I want 2 conditions to be true before the formatting is applied. They are:
(Note that D1 holds a date).
D1 > Today()
E1 <> "YES"
I tried:
Formula is:
=If(And(D1>Today(), E1<>"YES"))
Excel adds quotes as:
="If(And(D1>Today(), E1<>""YES""))"
But the formatting is not applied.
What am I doing wrong? Thanks for your time. Otto