Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jody
 
Posts: n/a
Default Creating a drop down list from another drop down

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default Creating a drop down list from another drop down

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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
L. Howard Kittle
 
Posts: n/a
Default Creating a drop down list from another drop down

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" wrote in message
...
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
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
Creating an invoice with a lookup list wings Excel Discussion (Misc queries) 6 October 30th 05 02:37 AM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM
Drop list affected by previous choice Gaëtan Mongeon Excel Worksheet Functions 2 June 26th 05 01:29 AM
Adding value to drop down list neb Excel Discussion (Misc queries) 3 June 24th 05 01:40 PM
Problems with external references when creating a drop down list andreah Excel Discussion (Misc queries) 1 May 19th 05 10:07 PM


All times are GMT +1. The time now is 04:17 AM.

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"