how to make cell turn red or green? Please help...

  • Thread starter Thread starter Nevermind
  • Start date Start date
N

Nevermind

In a row I have a one cell which is drop down list so I can choose a) or b)
value.

How can I make thet if I choose a) value, whole row turn green, or when I
choose b) value, whole row turn red?

Thanks...
 
You need to use Conditional Formatting, on the Format menu. Basically
you specify a condition and then choose the formatting you want to
apply if that condition is met.

Hope this helps.

Pete
 
See your post on another group (to which it didn't belong).
Please don't multipost.
 
I know that but this work for that one cell. But how to make a whole row
turn red?




You need to use Conditional Formatting, on the Format menu. Basically
you specify a condition and then choose the formatting you want to
apply if that condition is met.

Hope this helps.

Pete
 
See my answer on the other group.
[That's why netquette tells people not to multipost. It splits the
discussion, and confuses both the questioner and those who are giving
answers.]
 
Select Formula Is rather than Cell Value Is and in the formula you
should use semi-absolute references, e.g. something like this:

=$A1="red_value"

assuming that A1 is the cell with the drop down.

Hope this helps.

Pete
 

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