Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am working on a worksheet that will have a drop down list. But the list I
need the list to come from is in another workbook that has 900 entries in it, whats the fastest way to do this?? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Define a named range to cover the data in your source sheet. Then in
Data | Validation on the cell where you want the drop-down to appear select List and enter the name as the source. Hope this helps. Pete On Nov 22, 12:36 pm, LittleAnn wrote: I am working on a worksheet that will have a drop down list. But the list I need the list to come from is in another workbook that has 900 entries in it, whats the fastest way to do this?? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I did all this previously but and named the cell range "Jobs" and the only
thing that comes up on the drop down list is the word "Jobs", what might I be doing wrong "Pete_UK" wrote: Define a named range to cover the data in your source sheet. Then in Data | Validation on the cell where you want the drop-down to appear select List and enter the name as the source. Hope this helps. Pete On Nov 22, 12:36 pm, LittleAnn wrote: I am working on a worksheet that will have a drop down list. But the list I need the list to come from is in another workbook that has 900 entries in it, whats the fastest way to do this?? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Firstly you should not be using a drop down list pointing to a list of 900
line items. Rather, use an input cell that uses VLOOKUP to find the correct row and column you are interested in using in your calculations (use exact lookup if you want to restrict specific return values). Of course, your 1st column in the 900 line item list will have to be sorted in some manner. I would put the list in the same workbook as your drop down list. Finally, to restrict erroneous user inputs, use Data Validation other than a Pick List. -- Gnothi se auton. "LittleAnn" wrote: I am working on a worksheet that will have a drop down list. But the list I need the list to come from is in another workbook that has 900 entries in it, whats the fastest way to do this?? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In the source box for the List enter:
=sheetname!Jobs Hope this helps. Pete On Nov 22, 2:31 pm, LittleAnn wrote: I did all this previously but and named the cell range "Jobs" and the only thing that comes up on the drop down list is the word "Jobs", what might I be doing wrong "Pete_UK" wrote: Define a named range to cover the data in your source sheet. Then in Data | Validation on the cell where you want the drop-down to appear select List and enter the name as the source. Hope this helps. Pete On Nov 22, 12:36 pm, LittleAnn wrote: I am working on a worksheet that will have a drop down list. But the list I need the list to come from is in another workbook that has 900 entries in it, whats the fastest way to do this??- Hide quoted text - - Show quoted text - |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In the source dialog enter =Jobs
Gord Dibben MS Excel MVP On Thu, 22 Nov 2007 06:31:00 -0800, LittleAnn wrote: I did all this previously but and named the cell range "Jobs" and the only thing that comes up on the drop down list is the word "Jobs", what might I be doing wrong "Pete_UK" wrote: Define a named range to cover the data in your source sheet. Then in Data | Validation on the cell where you want the drop-down to appear select List and enter the name as the source. Hope this helps. Pete On Nov 22, 12:36 pm, LittleAnn wrote: I am working on a worksheet that will have a drop down list. But the list I need the list to come from is in another workbook that has 900 entries in it, whats the fastest way to do this?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Place source to drop down list in another spreadsheet | Links and Linking in Excel | |||
create drop down list from different workbook | Excel Discussion (Misc queries) | |||
drop list from a different workbook, | Excel Discussion (Misc queries) | |||
How to Open the source list workbook automaticlly in Excel 2000? | Excel Discussion (Misc queries) | |||
create a drop down list with the source from a different workbook | Excel Discussion (Misc queries) |