+ Reply to Thread
Results 1 to 6 of 6

vlookup for finding out wrongly spelled names and yet match the match

  1. #1
    Forum Contributor
    Join Date
    07-07-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    256

    vlookup for finding out wrongly spelled names and yet match the match

    Dear Friends

    So many times you might have come across my problem.We are having a list of 200 names.We have got our manager or colleague giving another list of same names which are spelled wrongly by one or two letters (ex Instead of Winston ,it is pronounced Winstonn) still it should match because seven letters of this name matches. I tried with this formula "LOOKUP(2,1/SEARCH($a$1:$a$200,d1),$a$1:$a$200)" but it does not work well
    I took a sample list from my database ..In my case both lists A and B are having some mistakes still I want to match each other on the basis of maximum number of continuous letters matching each other

    Can any body help to solve my problem

    List A
    Mary Mathew
    George Mathew
    K Thomos John
    John Abraham S
    Michael John
    Valsa Mary Mathew
    Anu George MP
    Anju George K
    Valsa Maryy Mathew
    Thomas Mathen
    Michael Thomas Mathew


    List B
    Anu George Mathew
    Thomos Jo M
    Michael Thoms
    John Abrhm
    George Math
    Mary Mathew Johnson
    Micael John
    Valsa Marry Math
    Anjuu George
    Thomas Mathhen
    K Thomos

    Finally it should match as

    List A List B
    Mary Mathew Mary Mathew Johnson
    George Mathew George Math
    K Thomos John K Thomos
    John Abraham S John Abrhm
    Michael John Micael John
    Valsa Mary Mathew Valsa Marry Math
    Anu George MP Anu George Mathew
    Anju George K Anjuu George
    Valsa Maryy Mathew Valsa Marry Mathew
    Thomas Mathen Thomas Mathhen
    Michael Thomas Mathew Michael Thoms

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: vlookup for finding out wrongly spelled names and yet match the match

    As an alternative you might try this add-in which Microsoft supply.

    http://www.microsoft.com/en-us/downl....aspx?id=15011

    It is best installed via the setup.exe route rather than the msi.
    Martin

  3. #3
    Forum Contributor
    Join Date
    07-07-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    256

    Re: vlookup for finding out wrongly spelled names and yet match the match

    thank you very much for your response sir..for fuzzy look up i need to install a software..is there anyother way by formula or by macro sir?

  4. #4
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: vlookup for finding out wrongly spelled names and yet match the match

    You can use a wildcard with VLOOKUP

    VLOOKUP("*" & A2 & "*", .........

    If that helps?

  5. #5
    Forum Contributor
    Join Date
    07-07-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    256

    Re: vlookup for finding out wrongly spelled names and yet match the match

    how exactly i should use because it returns error when i use it like VLOOKUP("*"&D9&"*",$F$9:$F$19,1) or VLOOKUP("*"&D9&"*",$F$9:$F$19,0)

  6. #6
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: vlookup for finding out wrongly spelled names and yet match the match

    Can you provide a sample with some data showing what you are trying to return? It works for me, but I may not understand what you are after.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Index + Match/Multi-Vlookup for Items with shared names
    By excelhelporfavor in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-28-2013, 09:32 PM
  2. Vlookup with index match but on sheet names
    By Blake 7 in forum Excel General
    Replies: 3
    Last Post: 02-01-2012, 06:15 AM
  3. Finding Closest Match (VLookup is no good)
    By nibix in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-13-2008, 04:48 PM
  4. Replies: 23
    Last Post: 07-14-2008, 10:29 PM
  5. VLOOKUP and LEN/ISNA to match names?
    By LTUser54 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-22-2006, 04:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1