Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Conditional Formatting a drop down list

Is it possible to conditionally format based on the selection from a drop
down list. The drop down list has a choice of 18 different status, the user
will select each on depending on what stage of developent a particular case
or client is at. I want to group the status together so if they relate to an
early stage the conditional formatting turns the cell green, middle stage it
turns amber and in the final stage they turn red.

I may not be using the correct method for this so if someone could advise
how I would go about this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Conditional Formatting a drop down list



"a02227" wrote:

Is it possible to conditionally format based on the selection from a drop
down list. The drop down list has a choice of 18 different status, the user
will select each on depending on what stage of developent a particular case
or client is at. I want to group the status together so if they relate to an
early stage the conditional formatting turns the cell green, middle stage it
turns amber and in the final stage they turn red.

I may not be using the correct method for this so if someone could advise
how I would go about this?


I am using Excel 2003
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 104
Default Conditional Formatting a drop down list

Assuming that your dropdown list is in A1 and the list with your 18 stati in
A10:A17.

Conditional format A1 with formula
=AND(MATCH(A1,A10:A27,0)6,MATCH(A1,A10:A27,0)<13)
If you choose amber, then the 7th to 12th selection from your list will turn
amber.

For selection 1-6 (green) use
=MATCH(A1,A10:A27,0)<7

For selection 13-18 (red) use
=MATCH(A1,A10:A27,0)12

Cheers,

Joerg


"a02227" wrote in message
...


"a02227" wrote:

Is it possible to conditionally format based on the selection from a drop
down list. The drop down list has a choice of 18 different status, the
user
will select each on depending on what stage of developent a particular
case
or client is at. I want to group the status together so if they relate
to an
early stage the conditional formatting turns the cell green, middle stage
it
turns amber and in the final stage they turn red.

I may not be using the correct method for this so if someone could advise
how I would go about this?


I am using Excel 2003



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
Conditional Drop Down List cy1313 Excel Discussion (Misc queries) 1 September 11th 08 08:52 PM
Drop Down Menu Conditional Formatting Karen Smith Excel Discussion (Misc queries) 4 November 30th 07 10:37 PM
Formatting (conditional?) a drop down box selection Judithj Excel Discussion (Misc queries) 3 April 9th 07 09:28 PM
Conditional drop down list Pieter van der Walt Excel Discussion (Misc queries) 3 March 7th 07 10:25 AM
How do i set up conditional drop-down list Vikas New Users to Excel 3 June 23rd 05 01:17 PM


All times are GMT +1. The time now is 01:38 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"