F
franklinbukoski
I have the following three expressions for conditional formatting but can
only get the Green and Red to work.
(IsNull([AAA-095]) And ((Now())<[Bn S:]-1)) Or (([AAA-095])<=([Bn S:]))
Then Green
(IsNull([AAA-095]) And ((Now())+1=[Bn S:]))
Then Amber
((IsNull([AAA-095]) And ((Now())>=[Bn S:])) Or ([AAA-095])>([Bn S:]))
Then Red
Amber won't work. I've also tried
(IsNull([AAA-095]) And ((Now())=[Bn S:]-1))
only get the Green and Red to work.
(IsNull([AAA-095]) And ((Now())<[Bn S:]-1)) Or (([AAA-095])<=([Bn S:]))
Then Green
(IsNull([AAA-095]) And ((Now())+1=[Bn S:]))
Then Amber
((IsNull([AAA-095]) And ((Now())>=[Bn S:])) Or ([AAA-095])>([Bn S:]))
Then Red
Amber won't work. I've also tried
(IsNull([AAA-095]) And ((Now())=[Bn S:]-1))