![]() |
Excel 2003 fuzzy search for duplicate.
Hello everyone,
does anyone know of an application or vb code that can be used to search in two worksheets (like VLOOKUP) on similar matches using fuzzy logic? For example, if on one sheet I have I.B.M and the other IBM or James Smith on one and Jim Smith on the other, is there anyway of giving confidence codes to the match? Thanks very much for your help, |
Excel 2003 fuzzy search for duplicate.
Hi Asha,
Look at soundex codes as explained by John Walkenbach http://www.j-walk.com/SS/excel/tips/tip77.htm You can use the SOUNDEX function as a worksheet formula, and then use VLOOKUP on that. In your example, both James Smith and Jim Smith have the same soundex code of J525. You do need to be cautious when using this. For instance, I.B.M. and IBM both have the same soundex code (I150), but so does IBN, which you may not want to equate to the others. Ed Ferrero www.edferrero.com Hello everyone, does anyone know of an application or vb code that can be used to search in two worksheets (like VLOOKUP) on similar matches using fuzzy logic? For example, if on one sheet I have I.B.M and the other IBM or James Smith on one and Jim Smith on the other, is there anyway of giving confidence codes to the match? Thanks very much for your help, |
All times are GMT +1. The time now is 09:54 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com