ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Color coding cells in Excel (https://www.excelbanter.com/excel-discussion-misc-queries/44824-color-coding-cells-excel.html)

jdiedrick

Color coding cells in Excel
 

I have 3 letter codes that I would like to color code so that whenever I
type those 3 letter codes anywhere in the spread sheet the cell changes
to the color assigned to that specific code. How do I set this up?


--
jdiedrick
------------------------------------------------------------------------
jdiedrick's Profile: http://www.excelforum.com/member.php...o&userid=27125
View this thread: http://www.excelforum.com/showthread...hreadid=466609


Max

One way via conditional formatting

Assume the 3 letter codes a ABC, DEF, GHI

Press CTRL+A (Selects the entire sheet)

Click Format Conditional Formatting
and set for Conditions 1 to 3, the "Formula Is:"
=ISNUMBER(FIND("ABC",A1))
=ISNUMBER(FIND("DEF",A1))
=ISNUMBER(FIND("GHI",A1))
Format to taste the fill color for each of the 3 conditions, OK out

Note: Replace FIND with SEARCH in the cond format formulas above
if case sensitivity for the 3 letter codes is not important
(FIND is case sensitive)

Adapt to suit ..
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"jdiedrick" wrote
in message ...

I have 3 letter codes that I would like to color code so that whenever I
type those 3 letter codes anywhere in the spread sheet the cell changes
to the color assigned to that specific code. How do I set this up?


--
jdiedrick
------------------------------------------------------------------------
jdiedrick's Profile:

http://www.excelforum.com/member.php...o&userid=27125
View this thread: http://www.excelforum.com/showthread...hreadid=466609




David McRitchie

I would expect if it take three letters do describe the color that
a choice of more than 3 colors (and 1 default) is wanted.

The normal solution is to use the change event for changes
that are typed in constants (not formulas). see
http://www.mvps.org/dmcritchie/excel/event.htm#case

For those that would rather use an addin that extends the limit
of 3 Conditional Formatting conditions per cell you take a look
at CFPlus - Extended Conditional Formatter, Bob Phillips
http://www.xldynamic.com/source/xld.....Download.html
---
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

"Max" wrote in message ...
One way via conditional formatting

Assume the 3 letter codes a ABC, DEF, GHI

Press CTRL+A (Selects the entire sheet)

Click Format Conditional Formatting
and set for Conditions 1 to 3, the "Formula Is:"
=ISNUMBER(FIND("ABC",A1))
=ISNUMBER(FIND("DEF",A1))
=ISNUMBER(FIND("GHI",A1))
Format to taste the fill color for each of the 3 conditions, OK out

Note: Replace FIND with SEARCH in the cond format formulas above
if case sensitivity for the 3 letter codes is not important
(FIND is case sensitive)

Adapt to suit ..
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"jdiedrick" wrote
in message ...

I have 3 letter codes that I would like to color code so that whenever I
type those 3 letter codes anywhere in the spread sheet the cell changes
to the color assigned to that specific code. How do I set this up?


--
jdiedrick
------------------------------------------------------------------------
jdiedrick's Profile:

http://www.excelforum.com/member.php...o&userid=27125
View this thread: http://www.excelforum.com/showthread...hreadid=466609






Max

"David McRitchie" wrote:
I would expect if it take three letters do describe the color that
a choice of more than 3 colors (and 1 default) is wanted ..


Good additions, thanks. Guess I was so mesmerised by the magical number 3
in the OP's "3 letter codes" that I took it to mean there were only 3 codes
involved (besides each code having 3 letters, that is) <g
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--




All times are GMT +1. The time now is 03:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com