I am creating an Equipment Status worksheet for my job. Is there a formula
that I can use to change the background color of a paticular cell if I type
the word of that paticular color in it? I.E. in the status column I type the
word "red" how can I make that cell's background that color? Or that row?
Hi,
If you are using Excel 2003 or earlier you can use Format, Conditional
Formatting but you are limited to three conditions. To get around that you
would need to use VBA.
In Excel 2007 the Conditional Formatting is limited only by memory so you
can handle as many colors as you want.
In 2003 you would select the cells you want formatted and choose Format,
Conditional Formatting, in the second box you would choose Equal to, in the
third box type Red, then click Format, and on the Patterns tab pick red.
Click OK once and then Add. Proceed as above.

Signature
Cheers,
Shane Devenshire
Microsoft Excel MVP
> I am creating an Equipment Status worksheet for my job. Is there a formula
> that I can use to change the background color of a paticular cell if I type
> the word of that paticular color in it? I.E. in the status column I type the
> word "red" how can I make that cell's background that color? Or that row?
T-DOGG01 - 25 May 2008 22:05 GMT
Sir,
Thank you so much. That was a tremendous help and I am really greatful for
your assistance. Again Thank you.!!!!!!

Signature
T-DOGG01
> Hi,
>
[quoted text clipped - 14 lines]
> > the word of that paticular color in it? I.E. in the status column I type the
> > word "red" how can I make that cell's background that color? Or that row?
ShaneDevenshire - 25 May 2008 22:29 GMT
You welcome,

Signature
Shane Devenshire
> Sir,
>
[quoted text clipped - 19 lines]
> > > the word of that paticular color in it? I.E. in the status column I type the
> > > word "red" how can I make that cell's background that color? Or that row?