Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have set of data
Key Text 1 x 1 y 1 z 2 a 2 b 3 c 3 d I want to use a function that will return Key Text 1 x,y,z 2 a,b 3 c,d I apply the formula: VlookUp() to the first data set and I only receive the following output Key Text newText 1 x 2 a 3 c Does anyone know of a different formula I can use inplace of VLookUp()?? I have tried to apply the following code from a previous example, but this gives the same results: =INDEX($B$1:$B$30,SMALL(IF($A$1:$A$30=E3,ROW($A$1: $A$30)),ROW(A1))) Can anybody help? -- Learning SQL and Access |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get multiple matches when using the Vlookup function? | Excel Worksheet Functions | |||
Can I return multiple columns from a vlookup? | Excel Worksheet Functions | |||
VLOOKUP - Multiple cells in lookup value | Excel Worksheet Functions | |||
Row Sequencing | Excel Worksheet Functions | |||
VLOOKUP Function using multiple worksheets | Excel Discussion (Misc queries) |