Help!!!.. Fuzzy Matching for Chinese Characters/Names.. is there a Macro out there?

F

frostytile

I am trying to link two databases by manually matching the record name
(written in Chinese). However, it's taking way too long due to th
number of records. One useless character that is missing in one of th
names throws off the vlookup!

Does anyone know if there is a Macro available to help do fuzz
matching in a vlookup in Chinese? The difference between a traditiona
vlookup would be to look at the unique combinations between two chines
characters within the name and find the closest match with anothe
name. (since each unique two character combination greatly increase
the chances the two records match) Traditional fuzzy matching yield
completely wrong results.

Thanks
 
N

NickHK

frostytile,
I'm no Chinese expert, but there are various ways of sorting in Chinese; by
stroke count or PinYin, so it depends what you mean by "closest match.
The .SortSpecial method may help with this.

So you have something like "apple" and "aple" that you are trying to match ?

NickHK
 

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