Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Cascading Drop Down Lists

I have a list of categories and a secondary list of items associated with
each choice on the category list. I would like to be able to select a
category and then a selection from the secondary or dependent list but have
only that value show up in the column. There is only one column and I don't
want to display the category. All the examples I have seen would place the
category selection in column 1 and the dependent choice in column 2.
Any help would be much appreciated!
--
Thanks,
Herb
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,071
Default Cascading Drop Down Lists

Herb
You can do that with VBA programming but an obvious problem is how do you
get the first list back? That too can be solved with VBA but you would have
to decide how you want that done. For instance:
When the file is opened or
When that sheet is activated or
When you click on some specific button or
Etc.
Post back if you want to pursue this further. HTH Otto

"Herb" wrote in message
...
I have a list of categories and a secondary list of items associated with
each choice on the category list. I would like to be able to select a
category and then a selection from the secondary or dependent list but
have
only that value show up in the column. There is only one column and I
don't
want to display the category. All the examples I have seen would place the
category selection in column 1 and the dependent choice in column 2.
Any help would be much appreciated!
--
Thanks,
Herb


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Cascading Drop Down Lists

You could choose the category in a cell, then select from a dependent
list in the same cell. However, after you make that choice, you'd have
to clear the cell and start over, if you wanted to select a different
category or dependent item.

For example, in cell B2, you could select items from a list named
Produce. If you select Fruit, then the drop down in cell B2 would
change, to show a list of fruits.

To do this, in cell B2, enter this as the Data Validation formula:

=IF(B2="",Produce,INDIRECT(B2))

Herb wrote:
I have a list of categories and a secondary list of items associated with
each choice on the category list. I would like to be able to select a
category and then a selection from the secondary or dependent list but have
only that value show up in the column. There is only one column and I don't
want to display the category. All the examples I have seen would place the
category selection in column 1 and the dependent choice in column 2.
Any help would be much appreciated!



--
Debra Dalgleish
Contextures
www.contextures.com/tiptech.html
Blog: http://blog.contextures.com

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
Cascading Drop-Down Lists Mossykel Excel Discussion (Misc queries) 4 April 8th 10 02:43 AM
Cascading Data Validation Drop Down Lists Lisa C. Excel Discussion (Misc queries) 3 April 17th 09 01:18 PM
Cascading drop down boxes in Excel Bryn Excel Worksheet Functions 1 February 10th 07 10:43 AM
How to create Cascading Drop-Down Lists? John Excel Worksheet Functions 1 October 31st 06 08:21 PM
Multiple lists with repeated values for dependet drop down lists mcmanusb Excel Worksheet Functions 1 September 29th 06 12:13 AM


All times are GMT +1. The time now is 10:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"