Indirect Drop Down Lists

Angus95

New Member
Joined
Jun 19, 2019
Messages
11
Hi,

I am using Indirect Drop Down lists for my project. =indirect(e30) etc.

I have a rage of name ranges in the name manager. I am using this sort of formula to adjust the lists as things are added or removed:

=Sheet1!$C$2:INDEX(Sheet1!$C$2:$C$1000,SUMPRODUCT(--(Sheet1!$C$2:$C$1000<>"")))

My indirect drop down list wont work when i use that formula.

Any help?

Angus
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi Angus

Define your lists as Tables.
They will adjust if you add or delete values.

Then define a name like

DropdownList
=INDIRECT(Sheet1!$E$3)

In E3 write the name of the table and in the data validation, in the List:

=DropdownList
 
Upvote 0
Hi PGC,

The table seems to automatically adjust if I add values, but doesn't adjust if I delete value?
 
Upvote 0
Hi

Yes it does if you delete the cell.

Maybe you are just clearing the value?

In the cell right-click and choose delete.
 
Upvote 0
Hi,

Sure you can do that, but that removes my point of wanting it all automated.

I want to make it so anyone (computer illiterate or not) can pretty much use the spreadsheet.

Lots of people I work with arent the best with computers let along Excel.
 
Upvote 0
In that case you can use the formula that you posted in Post #1 and use an auxiliary name to evaluate it.

Define
Name: IndirectF3
Refers to: =EVALUATE(Sheet1!$F$3)

and in the DataValidation List:
=IndirectF3

and in F3 you write the range name.
 
Upvote 0

Forum statistics

Threads
1,214,391
Messages
6,119,239
Members
448,879
Latest member
VanGirl

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