Formula for Conditional Formating - Help!

G

Guest

I am trying to enter a fromula using the conditional formating menu -
I wish to highlight the contents of cell A2 if and only if both the
following conditions are true
cell A4 = blank
cell A5 - contains a date which is greater than today.

Any help appreciated - I can insert 2 seperate formula for this but i want
both conditions to apply before the formating is applied.

Thanks in advance
 
G

Guest

Try:

=AND(ISBLANK($A$4), ISNUMBER($A$5), $A$5>TODAY())

You can paste the formula using Ctrl+V. The right click popup menu isn't
available when the Conditional Format dialog is open.

Regards,
Greg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top