Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a formula to return multiple values from a look up table as the number
appears multiple times in a column. Reference cell is $C$6 eg = 4101 Current formula only return the first one it finds =IF(ISERROR(VLOOKUP($C$6,TNI,3,FALSE)),"",(VLOOKUP ($C$6,TNI,3,FALSE))) I need the Cell to return all the values it finds from the one code eg = QCBD, QTNS/QCBD/QBMH/QMRE, QCBD/QAGW Lookup table is TNI (A1:C1053) I need it to return all values in Column (C) A B C 4077 All suburbs QRLE/QRLD 4078 Forest Lake QRLD/QLGH 4101 Highgate Hill QCBD 4101 South Brisbane QTNS/QCBD/QBMH/QMRE 4101 West End QCBD/QAGW 4102 Dutton Park QCBD 4102 Woolloongabba QTNS/QBMH/QMRE/QBBS 4103 All suburbs QTNS Thanks Michael |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP Function returning multiple values in a separate table | Excel Worksheet Functions | |||
returning multiple cell values from a vlookup | Excel Worksheet Functions | |||
Vlookup - returning multiple vertical values | Excel Discussion (Misc queries) | |||
Using VLOOKUP for returning multiple values and summing them | Excel Worksheet Functions | |||
vlookup returning multiple values | Excel Worksheet Functions |