Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default VLookup - Not Exact Match

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default VLookup - Not Exact Match

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


"vmagal1" wrote in message
...
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.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default VLookup - Not Exact Match

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

Perhaps try also:
=VLOOKUP(C1&"*",A:B,2,0)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Exact() with VLookup or Match mikelee101 Excel Worksheet Functions 6 March 15th 07 05:59 PM
Find a not exact match using vlookup Russ B Excel Discussion (Misc queries) 1 July 27th 05 08:49 PM
vlookup more than one exact match Russ B Excel Worksheet Functions 6 July 25th 05 08:24 PM
using vlookup to find exact match Janice Lee via OfficeKB.com Excel Discussion (Misc queries) 3 March 25th 05 02:03 AM
using vlookup - how do I match 2 spreadsheets w/o same exact numb. klondike47 Excel Worksheet Functions 1 February 5th 05 11:01 PM


All times are GMT +1. The time now is 03:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"