Conditional Formatting using two formula conditions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Basically, I want to apply conditional formatting like so
IF (AD3<>"") AND (AE3="") THE

so, two linked conditions, is there a way to do this with conditional formatting's "formula is"
=AD3<>"" works fine, but it's getting two conditions to work that is the problem

Thanks
 
Dan,

Just a minor alteration of what you already have:

=And(AD3<>"",AE3="")
 

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