PC Review


Reply
Thread Tools Rate Thread

Creating a drop down list from another drop down

 
 
=?Utf-8?B?Sm9keQ==?=
Guest
Posts: n/a
 
      8th Mar 2006
I am new to the site so if I missed an answer to this question I apologize.

I have created a drop down list to show Regions example Central, East, West,
South, North. Based on the Region Selected I want to create a drop down that
will show the correct states for example if I select South I want the next
drop down to display only TX, LA, and MS, If I were to select West I would
want only CA, OR, WA. How can I do this? Thanks.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Um9uIENvZGVycmU=?=
Guest
Posts: n/a
 
      8th Mar 2006
Best resource for learning about dependent lists: Debra Dalgleish's website:

http://www.contextures.com/xlDataVal02.html

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Jody" wrote:

> I am new to the site so if I missed an answer to this question I apologize.
>
> I have created a drop down list to show Regions example Central, East, West,
> South, North. Based on the Region Selected I want to create a drop down that
> will show the correct states for example if I select South I want the next
> drop down to display only TX, LA, and MS, If I were to select West I would
> want only CA, OR, WA. How can I do this? Thanks.

 
Reply With Quote
 
L. Howard Kittle
Guest
Posts: n/a
 
      8th Mar 2006
Hi Jody,

One way is to name the state groups, Tx, La, Ms is named South, for example.
List all the names in a column, A1:A10
In B1 do a drop down of the named ranges (South, West ... etc.)
In another cell do a drop down, Allow List, and in Source enter:
=CHOOSE(MATCH(B1,A1:A8,0),West,North,South,East)

B1 is the first drop down which will display a region of choice.
A1:A10 is a list of the regions that you have named.
All the regions are entered in the formula, seperated by a comma. (no space
& Max of 29)

So, select a region in B1 and then click on the arrow in the 2nd drop down
as see the state choices for that region.

HTH
Regards,
Howard

"Jody" <(E-Mail Removed)> wrote in message
news:E3EA084F-40B5-4962-ADAF-(E-Mail Removed)...
>I am new to the site so if I missed an answer to this question I apologize.
>
> I have created a drop down list to show Regions example Central, East,
> West,
> South, North. Based on the Region Selected I want to create a drop down
> that
> will show the correct states for example if I select South I want the next
> drop down to display only TX, LA, and MS, If I were to select West I
> would
> want only CA, OR, WA. How can I do this? Thanks.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
creating a drop down list Brian Dsilva Microsoft Excel New Users 3 25th Jul 2008 11:31 PM
Creating a drop-down list =?Utf-8?B?S2Vu?= Microsoft Excel Programming 0 31st Aug 2007 04:50 PM
Creating a drop down list =?Utf-8?B?RWQ=?= Microsoft Excel New Users 1 9th Aug 2006 09:45 PM
Creating a drop down list =?Utf-8?B?Q29tcG5lcmQ=?= Microsoft Excel Programming 2 3rd Mar 2005 10:19 PM
Creating drop-down list with VBA LindsayR Microsoft Word Document Management 1 21st May 2004 11:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:41 PM.