Thanks, Vito, but where and how do I put that in for the E3 cell, is
that in "condition 2" under conditional formatting? The result I want
is for that number to turn red if it is true, and if it is false I want
it to stay black...make sense? Thanks.
While your resultant cell is active, Go to Format|Conditional Formatting
and select Is Equal To from middle drop down and paste or type this:
=AND(E3<D3,TODAY()>H3)
Then click Format and select formats to apply
Then click Ok.
Before proceeding go back to check the formula in the conditional
format and make sure that there are no quotation marks surrounding it.
Thanks Vito and Nick...But I don't think I am asking the question
correctly, because I tried all of the ways ya'll suggested, and they
didn't work. What I want to do is for the value in cell E3, I want it
to turn red when E3 is less than D3, AND today's date is past the date
in G3. If all of that is true, then the value in E3 turns red. Hope
that makes it clearer. Thanks again.