Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I was wondering if someone can explain to me the steps to take for creating a
drop-down list from a range of cells using a different worksheet in a different workbook. I tried following MS Office Help, but I keep getting the same error message "You may not use references to other worksheets or workbooks for Data Validation criteria" |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The catch is the names range. Say your range is in WB2.xls, on Sheet1, cells
A1:A10. You need to name this range, for example, myRange. Then, in WB1.xls, you need to create another named range, for example, myRange2. Go to menu Insert|Name|Define define myRange2 as =[WB2.xls]!myRange Then in your DV, your source for your list would be myRange2. NOTE: You MUST have both workbooks open to work. -- John C "Olivia" wrote: I was wondering if someone can explain to me the steps to take for creating a drop-down list from a range of cells using a different worksheet in a different workbook. I tried following MS Office Help, but I keep getting the same error message "You may not use references to other worksheets or workbooks for Data Validation criteria" |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See this:
http://contextures.com/xlDataVal05.html -- Biff Microsoft Excel MVP "Olivia" wrote in message ... I was wondering if someone can explain to me the steps to take for creating a drop-down list from a range of cells using a different worksheet in a different workbook. I tried following MS Office Help, but I keep getting the same error message "You may not use references to other worksheets or workbooks for Data Validation criteria" |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
http://www.contextures.com/xlDataVal05.html "Olivia" wrote: I was wondering if someone can explain to me the steps to take for creating a drop-down list from a range of cells using a different worksheet in a different workbook. I tried following MS Office Help, but I keep getting the same error message "You may not use references to other worksheets or workbooks for Data Validation criteria" |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I followed this way and I still get the same error message on the data
validation. Maybe I'm missing something? "John C" wrote: The catch is the names range. Say your range is in WB2.xls, on Sheet1, cells A1:A10. You need to name this range, for example, myRange. Then, in WB1.xls, you need to create another named range, for example, myRange2. Go to menu Insert|Name|Define define myRange2 as =[WB2.xls]!myRange Then in your DV, your source for your list would be myRange2. NOTE: You MUST have both workbooks open to work. -- John C "Olivia" wrote: I was wondering if someone can explain to me the steps to take for creating a drop-down list from a range of cells using a different worksheet in a different workbook. I tried following MS Office Help, but I keep getting the same error message "You may not use references to other worksheets or workbooks for Data Validation criteria" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
how to create a drop down list without a pre-formed range of cell. | Excel Discussion (Misc queries) | |||
"Create a drop-down list from a range of cells" | Excel Worksheet Functions | |||
Drop Down List that has formatting of cell range Font ect. | Excel Discussion (Misc queries) | |||
Can I create a drop-down list that will reference other drop-down | Excel Worksheet Functions |