Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 60
Default Dependent dropdown lists

I've found a simple method online for creating a secondary dropdown
list based on the selection from a primary list, but it requires use of
two worksheets. 1) Why is that? 2) Is there a another simple way
that can be done all in 1 sheet?

3) Finally, is there a way to manually type in the data validation box
what you want, i.e.
=if(item_from_primary_list
then "secondary_list_item_#1", "secondary_list_item_#2...) ??
Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 99
Default Dependent dropdown lists

Hi


"Matt" wrote in message
ups.com...
I've found a simple method online for creating a secondary dropdown
list based on the selection from a primary list, but it requires use of
two worksheets. 1) Why is that? 2) Is there a another simple way
that can be done all in 1 sheet?


Of course is.

On a sheet, create a table with primary selection values as column headings,
and enter secondary selection values into apropriate columns.
PSelection1 PSelection2 PSelection3 ...
sel1_1 sel2_1 sel3_1 ...
sel1_2 sel2_2 sel3_2 ...
..... ... ... ...

Now define header row as one named range ( when the number primary
selections isn't fixed, then it must be dynamic).
Then define another dynamic named range, which returns data from proper
column, depending on primary selection value.


Arvi Laanemets



3) Finally, is there a way to manually type in the data validation box
what you want, i.e.
=if(item_from_primary_list
then "secondary_list_item_#1", "secondary_list_item_#2...) ??


Enter secondary list values into cell ranges on some (hidden) sheet. Then
validation range will be
=IF(primary1,Reference1,IF(primary2,Reference2,... ))



Arvi Laanemets


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
I'm trying to determine how a series of dropdown lists were creat. RJJ Excel Discussion (Misc queries) 2 September 26th 06 10:39 PM
Dependent dropdown lists Axel Excel Discussion (Misc queries) 1 May 18th 06 04:31 PM
How to refresh dropdown lists in PivotTables? Eleanor M Excel Discussion (Misc queries) 6 March 3rd 06 02:11 PM
Dropdown lists metrueblood Excel Discussion (Misc queries) 1 February 10th 05 12:17 AM


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