Vlookup & Find

C

Caroline

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
 
P

Peo Sjoblom

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top