Help with linking list box with a value that represents a named range of a drop down box

Phoenix333

New Member
Joined
Sep 28, 2010
Messages
26
I have a drop down box in cell A6, which contains the name of ranges from another worksheet.

I'm trying to add a list box that populates with the data from the named range selected in A6.

I've tried setting the input range to A6, which populates the list box with whatever value was selected in A6 and I've tried setting the input range equal to indirect(A6), which gives me nothing.

Here's a small example:

Named Range Gender includes: Male and Female
Named Range Age includes: 18-39, 40-59 and 60-79
Named Range Income includes: 0-30k, 30k-50k and 50k-70k.

A6 drop down allows you to select Gender, Age or Income.
List box should populate with Male and Female if Gender Selected in A6, or 18-39, 40-59 and 60-79 if Age selected, etc.

Any ideas on how to make this work? I've tried looking all afternoon, but it seems I can't find just the right example of my issue or anything close enough to work from.

Thanks in advance.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,215,417
Messages
6,124,791
Members
449,188
Latest member
Hoffk036

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