Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to create a drop down list in a cell, the data range consists of
multiple rows and multiple columns. I have others just like it working in the same workbook but this time it's giving me an error stating: "the source needs to be a delimited list or reference to a single row or column". I must be doing something wrong. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you're creating a data validation list, you have to use a single row
or column, or a delimited list, which is a list separated by the separator recognized on your system. For example: Yes,No,Maybe brian wrote: I'm trying to create a drop down list in a cell, the data range consists of multiple rows and multiple columns. I have others just like it working in the same workbook but this time it's giving me an error stating: "the source needs to be a delimited list or reference to a single row or column". I must be doing something wrong. -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A delimited list would be something like:
Brian,Jimmy,Ralph,Mary,Susan This list of names is delimited by a comma. But read that message again--you have to use a single row or a single column if you want to use a range of cells. brian wrote: I'm trying to create a drop down list in a cell, the data range consists of multiple rows and multiple columns. I have others just like it working in the same workbook but this time it's giving me an error stating: "the source needs to be a delimited list or reference to a single row or column". I must be doing something wrong. -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I don't believe that you can do this. My data lists are always all in one
column... http://www.officearticles.com/excel/...soft_excel.htm **************************** Hope it helps! Anne Troy www.OfficeArticles.com **************************** "brian" wrote in message ... I'm trying to create a drop down list in a cell, the data range consists of multiple rows and multiple columns. I have others just like it working in the same workbook but this time it's giving me an error stating: "the source needs to be a delimited list or reference to a single row or column". I must be doing something wrong. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A delimited list is one that you manully type into the refedit. The items
are delimited by a comma: Screencap: delimited list http://img513.imageshack.us/img513/8...tedlistkz6.jpg Screncap: range source http://img248.imageshack.us/img248/4...esourcefn1.jpg A range source must be a reference to a single row or column. Biff "brian" wrote in message ... I'm trying to create a drop down list in a cell, the data range consists of multiple rows and multiple columns. I have others just like it working in the same workbook but this time it's giving me an error stating: "the source needs to be a delimited list or reference to a single row or column". I must be doing something wrong. |
#6
![]() |
|||
|
|||
![]()
A delimited list is a list of items separated by a specific character, such as a comma or semicolon. In the context of creating a drop-down list in Excel, a delimited list refers to a list of items that are separated by a specific character and can be used as the source for the drop-down list.
To create a delimited list in Excel, you can follow these steps:
If you receive an error message stating that the source needs to be a delimited list or reference to a single row or column, it may be because you have selected a range of cells that contains multiple rows and columns. In this case, you will need to modify the source to include only a single row or column. To do this, you can select a single row or column within the range of cells you want to use for the drop-down list, and then use the "Name Box" (located to the left of the formula bar) to enter a name for the selected row or column. You can then use this named range as the source for the drop-down list.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I convert tab delimited files to pipe delimited? | Excel Discussion (Misc queries) | |||
need help on delimited | Excel Worksheet Functions | |||
space delimited!! | Excel Discussion (Misc queries) | |||
How do I export XLS to TXT delimited by '|'? | Excel Discussion (Misc queries) | |||
Changing CSV from ';' delimited to ',' | Setting up and Configuration of Excel |