Ok - what you need to do is use named ranges
Lets say your 1st range is named "Master"
For those cells where you want to select from this range, select all of them and goto Data>Validation
Select List
enter =Master
in the textbox provided
Lets say the items in Master are:
Apple
Orange
Banana
Lemon
Kiwi
Peach
Pear
Plum
In your secondary list (I assume you just have a big long list of potential secondary selections), you will need to group together all the selections that pertain to the "Master" selection
so, you will need the layout to be
SelectionBasedOnApple
SelectionBasedOnApple
SelectionBasedOnApple
SelectionBasedOnApple
SelectionBasedOnApple
SelectionBasedOnApple
SelectionBasedOnOrange
SelectionBasedOnOrange
SelectionBasedOnOrange
SelectionBasedOnOrange
SelectionBasedOnOrange
etc etc
Each of these sections should be Named (Insert>Name>Define) as the same as the "Master" selection so you would have one named range as "Apple", one as "Orange" etc etc
Then, select the cells you want to apply the "conditional dropdown" on
Goto Data>Validation and choose List
Enter =Indirect(A1)
where A1 is the 1st cell that has the "Master" dropdown in
What this will do is pick up the selection from the master combo and use the INDIRECT function to return a reference to the list based on that selection
HTH
Rgds, Geoff
Si hoc legere scis, nimis eruditionis habes
Want the best answers to your questions ? - then read me baby one more time - faq222-2244