![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Posts: 436
|
I would like to create a drop down list with about 10 names, so when people fill out a form they can choose which name to enter and move on. How would I create the Drop Down List?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
Type your names somewhere out of the way. I prefer a second sheet, which I can then hide.
Suppose they're in Sheet2!A2:A11 Select those 10 cells. Hit Insert-Name-Define and type something like NameList. Go to the cell where you want the dropdown. Hit Data-Validation. Choose List. Type =NameList into the box. Ok.
__________________
~Anne Troy |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
Activate the target cell where you want a selection to be made. Activate Data|Validation. Select List for Allow. Enter in the Source box: =NAMES Activate OK. |
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: May 2002
Location: Milton Keynes - UK
Posts: 95
|
The easiest way is to use validation (Data Menu, Validaton). Type the different options on a seperate section of the sheet first.
Select the option 'list', then choose the options you want the user to have by selecting where the options are kept. One problem - as far as i know, you can only selected the options by using the mouse - there doesn't seem to be a keyboard shortcut. |
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
Hee hee hee.
__________________
~Anne Troy |
|
|
|
|
|
#6 |
|
Board Regular
Join Date: Apr 2002
Posts: 436
|
Thanks EVERYONE!
|
|
|
|
|
|
#7 |
|
Board Regular
Join Date: May 2002
Location: Milton Keynes - UK
Posts: 95
|
There’s a lot to say for consistency eh…?
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|