Conditional Formating

D

Donna

Can you please help with a formula for conditional formating? What I have is
a spreadsheet and in one column there is either a yes, no, or blank. If the
field is yes then in the next field there should then be a date. I would like
to highlight the date field if it is blank.
 
J

Jacob Skaria

With Yes in A1 select B1 and use the below formula for Conditional formatting

=AND(A1="Yes",B1="")

and select a color (Fill) and apply that for Col B...

If this post helps click Yes
 
D

Donna

Jacob I don't know what I am doing wrong but it is highlighting fields both
with dates and without dates.
 

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