Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ExcelDropDownQ
 
Posts: n/a
Default create 3 drop down menus in Excel, each relating to previous

I need to create 3 different drop menus, each has to relate the previous data:
Eg., column A has 4 pieces of data,
column B has 16 pieces of data, but only certain data refers back to one of
the data elements in the column A.

So if I choose the 1st data element in Colum. A, rather than all 16 data
elements in Colum. B showing, it should only show what directly corresponds
to the 1st data element in Colum. A.

Thanks for any help...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default create 3 drop down menus in Excel, each relating to previous

Take a look at:

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

HTH

"ExcelDropDownQ" wrote:

I need to create 3 different drop menus, each has to relate the previous data:
Eg., column A has 4 pieces of data,
column B has 16 pieces of data, but only certain data refers back to one of
the data elements in the column A.

So if I choose the 1st data element in Colum. A, rather than all 16 data
elements in Colum. B showing, it should only show what directly corresponds
to the 1st data element in Colum. A.

Thanks for any help...

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Larry S
 
Posts: n/a
Default create 3 drop down menus in Excel, each relating to previous

I have done this in the past, though I'm interested in seeing others
approaches....

I created "tables" using Insert/Name/Define for each of the lists and the
name asssigned to each table had a name in it from the previoius column. In
my case, Column A contained Organization names (there were 8 possible) so I
have a table Table_Organizations (for illustration assume Org1, Org2,
Org3,....Org8) which defined all 8. I then create a Tables witht the list of
employees in each organziation and defined its range via a
Insert/Name/Define and named it Table_Org1_Employees.

With the above in place, I then set up the data for validation for the drop
down for employees to key off of what specified in the column for the
organization. The equation I used in the Data Validation was:

=INDIRECT(CONCATENATE("Table_",INDIRECT(CONCATENAT E("$a$",ROW())),"_Employees"))

Sorry for the limited details - time is the issue - hope this is sufficient
to get you going in the right direction.


"ExcelDropDownQ" wrote in message
...
I need to create 3 different drop menus, each has to relate the previous
data:
Eg., column A has 4 pieces of data,
column B has 16 pieces of data, but only certain data refers back to one
of
the data elements in the column A.

So if I choose the 1st data element in Colum. A, rather than all 16 data
elements in Colum. B showing, it should only show what directly
corresponds
to the 1st data element in Colum. A.

Thanks for any help...



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
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
formulas for drop down menus Char Excel Discussion (Misc queries) 0 July 18th 05 07:29 PM
how do i set up drop down menus to populate cells in excel? Louise Scott Excel Discussion (Misc queries) 2 May 29th 05 07:19 PM
How do you create a calendar drop down in excel? Create a calendar drop down box Excel Discussion (Misc queries) 1 April 28th 05 04:00 PM
How do I create a drop down list in Excel 2003 Lenny Excel Discussion (Misc queries) 1 February 17th 05 09:26 PM


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