A
Anders
Hi All,
I have an issues report that I want to code the dates in. e.g. if the date
is 20>x>40 days old i want it yellow. If it's 40+ days old, I want it in
red. I get part of the first conditional format: (formula is)
=a1<=today()-20 . But how do I get it to stop at 40, and then switch to red
for 40+ (a second condition that looks like =a1<=today()-40 )?
Also, how do I make a condition for when nothing is in the cell and I don't
want any formatting? I have space in the log for 50 issues, but I don't
want to see yellow or red for all the cells where the value is null...
Is this something I need to do in VBA? if so - help with the syntax?
Thanks in advance!
Anders
I have an issues report that I want to code the dates in. e.g. if the date
is 20>x>40 days old i want it yellow. If it's 40+ days old, I want it in
red. I get part of the first conditional format: (formula is)
=a1<=today()-20 . But how do I get it to stop at 40, and then switch to red
for 40+ (a second condition that looks like =a1<=today()-40 )?
Also, how do I make a condition for when nothing is in the cell and I don't
want any formatting? I have space in the log for 50 issues, but I don't
want to see yellow or red for all the cells where the value is null...
Is this something I need to do in VBA? if so - help with the syntax?
Thanks in advance!
Anders