View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Matt Matt is offline
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!