How do I insert a drop down list button from an excel worksheet?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I an revising a schedulig form and need to create some drop down menus on one
spread sheet from data on another worksheet. How do I insert the drop down
button on the schedule from the list on the data sheet?

I created a list of time options and employee options and need to have them
on a pull down button on the schedule so that various times or employees can
be selected for the schedule.

Thank you for any assistance you can provide.
 
Select the cell you would like the drop down menu to be located in.
<Data>
<Validation>
In the "Allow" box, choose "List"
Then, in the "Source" box enter the location of the data you would like in
the list.
 
Just a note to add.

If the list data is another worksheet, you must first give the list a range name
like "MyList"

Then in the DV source dialog you would enter =MyList


Gord Dibben MS 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