Forum Discussion

HRGuru55's avatar
HRGuru55
Copper Contributor
Jul 13, 2021
Solved

Conditional Formatting

Can anyone help...  The screenshot shows the conditional formatting rules that I have created. The first (yellow) works with no problem.  The third (flesh) works with no problem.  The other two (red ...
  • HansVogelaar's avatar
    Jul 13, 2021

    HRGuru55 

    The rule for blue has $N3>P$2. This should be $N3>=P$2.

    You can simplify it to =AND($N3>=P$2,$N3<Q$2,P$2<TODAY()+5)

     

    I think you need the following formula for the rule for red:

    =AND($F3>0,P$2<=TODAY(),P$2>=$F3,TODAY()>$N2,ISBLANK(P3))

Resources