Dependant lists is not working as before. What's happening

Scooterza

New Member
Joined
Jul 9, 2013
Messages
18
Hi there,

I have used the method before in my spreadsheets where I have a primary list and then a sublist is shown that depends on what primary listing was selected. This has worked for me before but now, this doesn't seem to be working! Can anyone suggest why?

I have put my spreadsheet on the cloud. See here.

Many thanks
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
For apple range exacmple you have:
OFFSET(Lookup!$B$2,0,0,COUNTA(Lookup!$B$1:$B$100)-1,1)

You dont need that - Just the range of values B1:B21 ? Changed that and it worked
 
Last edited:
Upvote 0
The strange thing is that if you look at the named range called Apple, it does evaluate correctly - it includes the right list of apple phones. And if you then change the data validation from =Indirect(A2) to =Apple, it also works. Indirect(A2) returns "Apple" so why =Indirect(A2) doesn't work but =Apple does is a mystery to me!
 
Upvote 0
Thanks Andrew. That explains why it works if referring to the list directly but not when using Indirect.

So if we want to use a list that has a sublist that is dynamic (ie users can add new phones to the bottom of a list of phones and the grows), any suggestions as to how to do this?
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,179
Members
448,871
Latest member
hengshankouniuniu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top