How can i have a drop-down menue in a cell of an Excel preadsheet

R

Reza Rassoulli

I am trying to have a choice of different options in some cells of a
spreadsheet and need to know how to creat them.

appreciate your help.

Reza
 
M

Maistrye

Data -> Validation...

Change the "Allow" to "List", make sure the In-cell dropdown i
checked, and supply the list of values in the "Source" area. (Can be
typed list, a list somewhere in the spreadsheet, etc
 
B

bpeltzer

Click in the cell(s) where the drop-down should appear and select Data >
Validation. You'll probably select a 'List' and either type the values
(separated by commas) or indicate a range of cells where each cell contains
one valid selection.
You'll also have options to select what action to take if an invalid value
is entered (stop, show a warning, ...)
 
Top