colour formatting

C

Colsey

hi all..

Has anyone any idea how to chnge the colour of the text in say a1, a2, a3
simply from the results of what word is placed in cell a4

TIA
 
R

Robert Rosenberg

Use the Format-->Conditional formatting command.

1. Select cells A1:A3
2. Click Format-->Conditional formatting
3. Change the first dropdown (on the left) to "Formula Is"
4. Enter the following formula in the textbox to the right of "Formula Is":

=$A$4="Hello"

Where:
$A$4 = the cell you're testing
"Hello" = the word/phrase that will make the font color change. Make
sure you place the phrase in quotes.

5. Click the Format button and on the Font Tab change the font color as
desired
6. Click OK twice
 
C

Colsey

Thanks for that - thats done just the job :)


Robert Rosenberg said:
Use the Format-->Conditional formatting command.

1. Select cells A1:A3
2. Click Format-->Conditional formatting
3. Change the first dropdown (on the left) to "Formula Is"
4. Enter the following formula in the textbox to the right of "Formula Is":

=$A$4="Hello"

Where:
$A$4 = the cell you're testing
"Hello" = the word/phrase that will make the font color change. Make
sure you place the phrase in quotes.

5. Click the Format button and on the Font Tab change the font color as
desired
6. Click OK twice

--
_______________________
Robert Rosenberg
R-COR Consulting Services
Microsoft MVP - Excel
 

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