Drop Down List help

lhernandez

Active Member
Joined
May 22, 2006
Messages
282
I have a list of 50 lines in Sheet1, On sheet2 how can I make a drop down box that references the list on Sheet1 so the user can can choose? Is there any way to be be able to choose more than one option from this list?
Please help! :)
Thank you
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
You can't refer to an "address" on another sheet.
If you want to refer to range on another sheet then you must give that range a RangeName and refer to that rangename in the source box.

Click on Data-Validation-Allow - List- Source =rangename
 
Upvote 0
OK,
I have been able to start the list box and reference the list I want in the list box.
Now,
Is this possible? I would like to option to pick more than one item from the list box and have it print in a cell below, and continue on for x number of choices.
This way I can write a macro to read this list and and pull the associated data out of a another worksheet.
Any help would be appreciated!
Thank you
 
Upvote 0

Forum statistics

Threads
1,214,648
Messages
6,120,725
Members
448,987
Latest member
marion_davis

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