Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 51
Default cell color from drop down list

I would like to have a cell change color according to the word used in the
drop down list. (ie) drop down list has CLEAR (which would be green), CAUTION
(which would be yellow), and DANGER (which would be red). Anyone have any
ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default cell color from drop down list

Assuming the droplists are in A1 down,
and you want to conditionally format col B

Select col B (B1 active), then apply the CF using Formula Is:
Condition1: =A1="Clear"
Format Green
Condition2: =A1="Caution"
Format Yellow
Condition3: =A1="Danger"
Format Red
Click to OK out

And if you want the CF to apply to col A,
just select col A, then apply exactly as above (no change)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,000 Files:362 Subscribers:62
xdemechanik
---
"doss04" wrote:
I would like to have a cell change color according to the word used in the
drop down list. (ie) drop down list has CLEAR (which would be green), CAUTION
(which would be yellow), and DANGER (which would be red). Anyone have any
ideas?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default cell color from drop down list

First use Data = Validation to create the dropdown list. Then use Format =
Conditional Formatting to set the colors for each entry.

Joerg

"doss04" wrote in message
...
I would like to have a cell change color according to the word used in the
drop down list. (ie) drop down list has CLEAR (which would be green),
CAUTION
(which would be yellow), and DANGER (which would be red). Anyone have any
ideas?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change color of Drop Down List (Validation box) Kaylen Setting up and Configuration of Excel 1 October 25th 08 06:00 PM
drop down list that changes cell color upon selection Jay Excel Discussion (Misc queries) 13 June 6th 08 09:52 AM
color options from drop down list always needs help Excel Discussion (Misc queries) 0 October 24th 07 05:08 PM
How do I color code items in a drop down list? Beckers1986 Excel Discussion (Misc queries) 1 January 23rd 05 02:02 PM
automatic color change in cells using a drop down list kennethwt Excel Worksheet Functions 1 January 21st 05 06:37 PM


All times are GMT +1. The time now is 04:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"