how to make a cell available for "pull down seletion" ?

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

I want to do this:


cell D2 PERSONAL SALARY
cell D3 1000-2000
2001-3000
3001-4000
over 4000

that is, I want to make CELL D3 a pull down seletion , in order to avoid the
users type numbers in it.

How?

Thanks!


Martin
 
Select cell D3 then Data | Validation - this allows you to restrict
entries in a variety of ways, including a "List" which is what you
want. You specify where the source list is (on the same sheet) and in
this list you can type the values which are acceptable to your
spreadsheet.

Pete
 
You can have the list on a separate worksheet if you name the range.

Then refer to the named list by entering =NamedList in the source dialog box.


Gord Dibben Excel MVP
 

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