VLookup Help???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two lists of data in two separate sheets. I think I need to use
VLookup to compare the two. Is there a way to set the amount of characters
for the "approximate" match criteria?

for example i match
"CALIMETRICS" to "Calimetrics, Inc." which is good.

But I also match a ton I don't want. For example, I match:
"ABBA INDUSTRIES" to "Abbott Diabetes Care."

If i could limit the characters it compares that to, I think it might be
easier to get an accurate comparison.

Thanks for your help,
Mark
 
You can make a new helper column at the left of your VLOOKUP table and pull
out as many characters as you want from your regular column with the LEFT
formula.....and then do your VLOOKUP on that column.....I've used it before
when dealing with messy data.

Vaya con Dios,
Chuck, CABGx3
 
One way ..

Not foolproof of course, but think a certain extent of fuzzy search is
possible via using SEARCH (or FIND, if case sensitivity is required)
together with other functions.

Try this recent response to a similar query:
http://tinyurl.com/o4h4v

The sample file* is also available here:
http://www.savefile.com/files/3356132
Compare 2 data sets & extract diff (Fuzzy search).xls

*cjoint link in follow-up response there
may have expired since
 

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

Similar Threads

Vlookups not working 2
Formula Using Vlookup & Match 3
VLOOKUP Question 6
Vlookup 3
Unusual VLookup in 2007 6
Vlookup & 2 variables 3
VLookup 15
help on vlookup 2

Back
Top