View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Blaatann Blaatann is offline
external usenet poster
 
Posts: 3
Default How can I get a value from one drop down list to another in excel

I have created a drop down list using the data validation tool in
excel. When i chose one of the options from the drop down list, i have
another drop down list that contains different values dependent of my
choices in the first drop down list.

My problem is that when i go back to the first drop down list an change
the value there, the default value in the second drop down list don`t
change. And i have to open the second drop down list to get access to
the new values.

Is there a way to get the second drop down list to change the defalult
whenever the first drop down list i changed.

I would be really thankfull for some help one this one.