Hello (once again)!
I am using some conditional formatting to highlight specific dates in a column based upon a comparison to the TODAY() function.
The formula I am using in the conditional formating is:
=AND($F2:$F10>TODAY(),$F2:$F10<$A$1)
It is supposed to turn it yellow. It doesn't.
However, if I use just:
=$F2:$F10>TODAY()
It turns yellow.
Also, if I use:
=$F2:$F10<$A$1
It turns yellow.
But if I try and use the AND() function, no colors at all.
This is just a test population until I get it right and then transfer it over to the actual population.
Any thoughts as to why it isn't working?
I have done this before and it worked fine, but now it doesn't seem to work as expected.
Thanks a million!!
-Spydey
I am using some conditional formatting to highlight specific dates in a column based upon a comparison to the TODAY() function.
The formula I am using in the conditional formating is:
=AND($F2:$F10>TODAY(),$F2:$F10<$A$1)
It is supposed to turn it yellow. It doesn't.
However, if I use just:
=$F2:$F10>TODAY()
It turns yellow.
Also, if I use:
=$F2:$F10<$A$1
It turns yellow.
But if I try and use the AND() function, no colors at all.
This is just a test population until I get it right and then transfer it over to the actual population.
Any thoughts as to why it isn't working?
I have done this before and it worked fine, but now it doesn't seem to work as expected.
Thanks a million!!
-Spydey