Thread: Drop Down List
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ck ck is offline
external usenet poster
 
Posts: 52
Default Drop Down List

Funny, I just learned this today again.

1) First make your list in the other workbook.

2) Highlight the list you want to show in the drop down

3) In the upper right corner, exactly above the Column A title, you'll see a
the cell row/column of the first cell you highlighted. click on that box,
then type a title or name (such as "Menu" - don't need quotes though). PRESS
ENTER!!

Then

4) Go to workbook you want drop down menu to appear on; click on a open cell

5) Open VALIDATION, in the DATA menu

6) In ALLOW: click on what you want to see. If you have a list of options
such as: good, bad, ugly... Then you click on LIST. Make sure both boxes are
checked - Ignore blank and In-cell dropdown.

7) Then in SOURCE: type this =Menu YOU MUST ADD THE EQUAL SIGN for this to
work from another notebook.

8) Click Okay; You can cut and past this new pull down cell anywhere else
in your workbook and the pull down will still work properly.


Hope this helps,

"katiapro93" wrote:

Hi, can anyone help

Is there anyway I can create a drop down list on a form using data that is
located in another workbook yet not have to open it everytime I want to use
the form.

Maybe there is a function that does the same thing? i.e. gets data from a
column and makes a list so you can click a selection.