Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Formatting (conditional?) a drop down box selection

I want to create a drop down box with three choices High, Medium, Low. When
high is selected I would like the cell to turn red, when Medium is selected
turn yellow and Low would be green. Can't figure out how to get this done.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 68
Default Formatting (conditional?) a drop down box selection

Data/Validation: Select List, Type in
High,Medium,Low as the list (no quotes anywhere)
With the same cell(s) selected, use Format/Conditional Formatting
Change "between" to Equal, type the word High (no quotes needed), click
Format, Select Patterns tab, choose Red.
Click OK back to the formatting options, click Add, repeat process for
Medium & Low & use yellow then green.
HTH

"Judithj" wrote in message
...
I want to create a drop down box with three choices High, Medium, Low. When
high is selected I would like the cell to turn red, when Medium is
selected
turn yellow and Low would be green. Can't figure out how to get this done.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Formatting (conditional?) a drop down box selection

Try this:

Assume cell A1 contains the drop down.

Select cell A1
Goto the menu FormatConditional Formatting

Condition 1
Formula Is: =A1="High"
Click the Format button
Select the Pattern tab
Select RED
OK

Click the Add button

Condition 2
Formula Is: =A1="Medium"
Click the Format button
Select the Pattern tab
Select YELLOW
OK

Click the Add button

Condition 3
Formula Is: =A1="Low"
Click the Format button
Select the Pattern tab
Select GREEN
OK out

Biff

"Judithj" wrote in message
...
I want to create a drop down box with three choices High, Medium, Low. When
high is selected I would like the cell to turn red, when Medium is
selected
turn yellow and Low would be green. Can't figure out how to get this done.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Formatting (conditional?) a drop down box selection

Assuming the dropdown is a Data Validation list dropdown.

Select the cell and FormatConditional Formatting.

You are allowed 3 formats(4 if you count default).

Cell value = "low"

Call value = "medium"

Cell value = "high"

Format each condition to your color of choice.


Gord Dibben MS Excel MVP

On Mon, 9 Apr 2007 13:04:00 -0700, Judithj
wrote:

I want to create a drop down box with three choices High, Medium, Low. When
high is selected I would like the cell to turn red, when Medium is selected
turn yellow and Low would be green. Can't figure out how to get this done.


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
Create new drop down from previous drop down selection Supe Excel Discussion (Misc queries) 3 January 19th 07 10:26 PM
How to 'copy' a drop down box selection? Joni Excel Discussion (Misc queries) 5 June 30th 06 08:30 AM
XL2K - Conditional Formatting relative to cell selection Lezh Excel Discussion (Misc queries) 3 December 31st 05 09:56 AM
drop down selection determines other drop down content lskelton Excel Discussion (Misc queries) 1 November 1st 05 11:14 PM
Conditional Formatting and selection Kristin N Excel Discussion (Misc queries) 2 September 15th 05 06:27 PM


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

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

About Us

"It's about Microsoft Excel"