Selecting from a list

  • Thread starter Thread starter Dean
  • Start date Start date
D

Dean

I would like to create, in a cell, a list of predefined
options from which one could be chosen. Like a dropdown
box. Can this be done short of programming??? If so,
how??
Thank you
Dean
 
Hi

1. Select cell(s). From menu, select Data.Validation.List and enter into
source field your options, using delimiter defined by your windows settings.
Press OK

or
2. Enter all your options into some free column on same worksheet. Select
cell(s) you want to format as combo. Select Data.Validation.List, and into
source field, select the range containing your options. Press OK

or
3. Enter your options into some column on separate worksheet. Define the
range with option as named range (Insert.Name.Define) - fixed or dynamic one
at your will. Select cell(s) you want to format as combo. Select
Data.Validation.List, and into source field, enter the formula
'=YourNamedRange'. Press OK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top