Conditional Formatting

B

bettyh

Excel XP I have 2 columns First in A1 formatted to yellow fill if the
value is "yes" and grey if value is "no" I have that done. No Problem
Cell B1 is set to fill grey if the value of A1 is "no" and blue if A1 is
"yes" Have that done, no problem.
Now, I want to add a condition to A1 that will change the formatting to fill
in blue if there is a date (any date) in B1.

Goal is to highlight follow up tasks, then, when done create a blue fill to
be able to easily follow a trail of tasks done in the spreadsheet wich notes
all client contact whether it needs follow up or not.
 
L

Luke M

With cell A1

Condition1:
"Formula is"
=ISNUMBER(B1)
Set formatting to fill blue

Condition2:
"Cell value is equal to":
"yes"
Set formatting to yellow fill

Condition3:
"Cell value is equal to":
"no"
Set formatting to grey fill
 
B

bettyh

THANK YOU! works like a dream.

Luke M said:
With cell A1

Condition1:
"Formula is"
=ISNUMBER(B1)
Set formatting to fill blue

Condition2:
"Cell value is equal to":
"yes"
Set formatting to yellow fill

Condition3:
"Cell value is equal to":
"no"
Set formatting to grey fill
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*
 

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