VLookup - Not Exact Match

V

vmagal1

I'm using VLookup to find a similar value because the exact match isn't
available. I know that if you put "True" in the formula it will find the
next value, but my problem is, is that the next closest match has a letter.
How can I make it find the value plus the letter. Example: I'm trying to
find 2200218 but the closest match is 2200218A. This is the value I want it
to find, not 2200217 or 2200218.
 
P

PCLIVE

With your lookup value in C1 and your data in columns A:B...

=VLOOKUP(C1 & "A",A:B,2,0)

This finds the exact match adding the letter "A" to the end of the lookup
value.
I'm not sure if that's what you want since this formula will always add the
"A" to the end.

Good luck,
Paul
 

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