Conditional formatting and what if function

S

stumpy45

I am trying to change a row of information where a conditional format is in
place. for example if cell k3 shows hello conditional format changes text to
green anf if goodbye changes test to red. what i want to do is have a3-k3
all change to respective colour of formatted cell. how do i do this?
 
P

Per Jessen

Hi

Select A3:K3 and goto Conditional Formatting > Condition 1: Formula is >
=$K3="hello" > Format as required.

Hopes this helps.
....
Per
 
J

Jacob Skaria

1. Select the cell/Range a3-k3
2. From menu Format>Conditional Formatting>
3. For Condition1>Select 'Formula Is' and enter the below formula
=$K$3="Hello"
Click Format Button>Pattern and select your color (say Red)
4. For Condition2>Select 'Formula Is' and enter the below formula
=$K$3="Goodbye"
Click Format Button>Pattern and select your color (say Red)
5. Hit OK


If this post helps click Yes
 

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