conditional formatting with blank date fields

  • Thread starter Thread starter Freida
  • Start date Start date
F

Freida

I am trying to do a CF on a cell as follows:

If D40 is not blank and E40 is blank, I would like to apply the CF.
D40 and E40 are both formatted as dates.

I tried =AND(D40<>"",E40=""), but it did not work.
I also tried comparing it to 0 (zero) rather than to "", but it still didn't
work.

Any ideas?
 
=AND(D40<>"",E40="")

Works for me.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 

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

Back
Top