Hi Joe,
You were supplied a solution, but this would be my solution.
Suggest reading:
http://www.mvps.org/dmcritchie/excel/condfmt.htm
Select the column(s) you want the change to affect the
coloration. If you want rows to be colored then use Ctrl+A
You can select a cell before using Ctrl+A.
The formula you use is based on the active cell,
the cells that get colored are based on your selection,
so if Cell A1 is active you might code
format, conditional formatting
C.F formula 1: =$A1="a"
C.F formula 2: =$A1="b"
C.F formula 3: =$A1="c"
when you enter each formula, you click on the
format in the middle, and make choices on
Font and or Patterns (tabs). These Worksheet
formulas are not case sensitive.
If you have more than 3 colors you will have to use
and Event Macro.
http://www.mvps.org/dmcritchie/excel/event.htm#case
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
> would you show me an example for
>
[quoted text clipped - 3 lines]
> "D" = yellow
> thanks joe