Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I need to use a VLOOKUP function but the "Lookup value" I am looking for won't find an EXACT match in the "Table array". Example : - Lookup value = ABC - Table Array contains = ABCD I need to use VLOOKUP in order to return a value in another column of the array, on the row corresponding to ABCD (... except if you have another solution to propose !) Thanks in advance -- Caroline ------------------------------------------------------------------------ Caroline's Profile: http://www.excelforum.com/member.php...o&userid=33270 View this thread: http://www.excelforum.com/showthread...hreadid=530914 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
VLOOKUP accepts wildcards, e.g.
=VLOOKUP(A1&"*",B1:C10,2,0) where A1 holds ABC -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "Caroline" wrote in message ... I need to use a VLOOKUP function but the "Lookup value" I am looking for won't find an EXACT match in the "Table array". Example : - Lookup value = ABC - Table Array contains = ABCD I need to use VLOOKUP in order to return a value in another column of the array, on the row corresponding to ABCD (... except if you have another solution to propose !) Thanks in advance -- Caroline ------------------------------------------------------------------------ Caroline's Profile: http://www.excelforum.com/member.php...o&userid=33270 View this thread: http://www.excelforum.com/showthread...hreadid=530914 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks Peo, it works perfectly !!! -- Caroline ------------------------------------------------------------------------ Caroline's Profile: http://www.excelforum.com/member.php...o&userid=33270 View this thread: http://www.excelforum.com/showthread...hreadid=530914 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return alternate value if VLookup can't find match | Excel Worksheet Functions | |||
Vlookup and #N/A error | Excel Worksheet Functions | |||
Can VLookup function find and list multiple records? | Excel Worksheet Functions | |||
How do I find the cell address of the 2nd largest of a set? | Excel Discussion (Misc queries) | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions |