Home |
Search |
Today's Posts |
#1
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
Return Names From List
Greetings,
This should be simple, but the solution escapes me. I have a fixed length column (19 Rows). In this column I have a list of names, I use a formula to fill in these cells and the list and order of names will not change, only how many and the combination of the names that appear. This list can consist of anywhere from 2 to 16 entries, (most of the time only 2 to 4 entries), the empty cells can be numbers or blank. What I need is to return each name that appears in the list individually to insert into a seperate "index(match" formula to retrieve a value from a table using the names as column and row coordinates, (which I understand how to do). I hope I have explained this enough, thanks in advance for your help. |
#2
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
Return Names From List
I'm afraid you lost me in the last paragraph. =(
Could you provide an example of the data you have, and what you're wanting it to look like? -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "DeeCee" wrote: Greetings, This should be simple, but the solution escapes me. I have a fixed length column (19 Rows). In this column I have a list of names, I use a formula to fill in these cells and the list and order of names will not change, only how many and the combination of the names that appear. This list can consist of anywhere from 2 to 16 entries, (most of the time only 2 to 4 entries), the empty cells can be numbers or blank. What I need is to return each name that appears in the list individually to insert into a seperate "index(match" formula to retrieve a value from a table using the names as column and row coordinates, (which I understand how to do). I hope I have explained this enough, thanks in advance for your help. |
#3
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
Return Names From List
Hi there.
The array formula below assumes your data are in the range A1:A19. You may want to adjust it to your actual data range: =ÍNDICE(A1:A19;MENOR(SE(ÉTEXTO(A1:A19);LIN(A1:A1 9);LINS(A:A)+1);LIN(DESLOC(A1;0;0;E1;1)));1) SHIFT + CTRL + ENTER Do not forget to finalize your formula by pressing SHIFT + CTRL + ENTER as it is an array formula. In order to see the formula results (instead of using it in another formula), you should enter it as an array formula in a range with, at least, 19 rows. Regards, Otávio "DeeCee" wrote: Greetings, This should be simple, but the solution escapes me. I have a fixed length column (19 Rows). In this column I have a list of names, I use a formula to fill in these cells and the list and order of names will not change, only how many and the combination of the names that appear. This list can consist of anywhere from 2 to 16 entries, (most of the time only 2 to 4 entries), the empty cells can be numbers or blank. What I need is to return each name that appears in the list individually to insert into a seperate "index(match" formula to retrieve a value from a table using the names as column and row coordinates, (which I understand how to do). I hope I have explained this enough, thanks in advance for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
return a list of names, from a large list of repeated names. | Excel Worksheet Functions | |||
how do i return a list of names when duplication appears | Excel Discussion (Misc queries) | |||
create a random list of names from a list of names in EXCEL | Excel Worksheet Functions | |||
filter 400 names from list 1 from list 2 with 4000 names | Excel Worksheet Functions | |||
find names on list 1 in list 2. list 1 4000 names list 2 400 name | Excel Worksheet Functions |