Re: Drop down list

Dhimit

Board Regular
Joined
Jul 24, 2007
Messages
195
Re: Drop down list

Hi,

Is it possible to create a DROP DOWN list in a CELL that picks up values stored in a different worksheet.

In short, i want to create a DYNAMIC pop-list or drop down list.

Dhimit
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
You will first need to “name” the range in the other worksheet. Highlight your list of values, then Insert>Name>Define and type in a name, e.g. myrange. Hit ok.

No select the cell where you want the drop down list to be and go to Data>Validation on the Settings tab, change the “Allow” box to “List” and in the “Source” box, type:
=myrange

Hope that helps!
 
Upvote 0
RE:

Thanks Mate,

I've followed the steps, but the Poplist only displays the Name of the range & NOT the values ?!

I did exactly what you said, highlight the list of values, name the range, etc,etc..

Dhimit
 
Upvote 0
Have a look at this formula as a starting point. It defines a named range in sheet BB, column G.

=OFFSET(BB!$G$1,0,0,COUNTA(BB!$G:$G),1)

It is dynamic so any additions or deletions are reflected in the drop down list I'm using for data validation.
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,865
Members
449,052
Latest member
Fuddy_Duddy

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