Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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, |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can we search duplicate cell in excel | Excel Worksheet Functions | |||
search/delete duplicate entries in excel '02? | Excel Worksheet Functions | |||
Excel 2003 Toolbar Icons are fuzzy and out of focus | Excel Discussion (Misc queries) | |||
search box in excel 2003? | Excel Worksheet Functions | |||
Using fuzzy logic in excel | Excel Discussion (Misc queries) |