Comparing text in Excel

  • Thread starter Thread starter PaulD
  • Start date Start date
P

PaulD

Hi,

I am comparing 2 workbooks in Excel. I have names in the 2 columns I am
trying to compare. The problem is the names can be slightly different
e.g. 1 Mysteria Lane could appear as 1 Mysteria Ln. in the other.
Therefore I cannot use exact matching.

I was going to use Vlookup and set the final setting to True to use an
approximate match but wanted to ensure there was no better way.

Please let me know if there is a better way of doing this or if anyone
can explain how the matching work when you use True in Vlookup I would
appreciate it,

Thanks,

P
 
Hi Paul,
Try a search for soundex on John Walkebach's site.

Interestingly it did not show up, but I had actually used a more general search
that included others besides John, anyway his link is
Searching Using Soundex Codes
http://j-walk.com/ss/excel/tips/tip77.htm
Soundex is an indexing system that translates a name into a 4-digit code
consisting of one letter and three numbers.

which I found in Dick Kusleika's "Daily Dose" Blog at
"Fuzzy Text Match
http://www.dicks-blog.com/archives/2004/06/16/fuzzy-text-match/
so you may find additional information there as well.

Here is a Google web search that would just search John's site.
site:j-walk.com soundex excel [3 hits]
 
Back
Top