+ Reply to Thread
Results 1 to 4 of 4

Matching misspelled or differently spelled names

  1. #1
    Registered User
    Join Date
    08-24-2012
    Location
    Seattle, WA
    MS-Off Ver
    Office 2013
    Posts
    55

    Matching misspelled or differently spelled names

    I have 2 lists of company names, list A and list B. I want to find all the names in A that are also in B. Problem is, some of the names in A are spelled differently than in B, but are the same entity. For example, List A has 'Amazon', and List B has 'Amazon.com.' How do I tell Excel to find a misspelled match, so to speak, like this? I originally tried using 'COUNTIF' and then counting the ones that match, but the spelling differences make it not possible that way

    Please see attached spreadsheet for example and feel free to ask any clarifying questions. Note that these lists are relatively small, the real stuff I'm working in has thousands of names that I need to do this to...hence manually checking each name would be a colossal pain.

    Dom
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    02-20-2014
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    170

    Re: Matching misspelled or differently spelled names

    If it's just additions before and after the name, it's not too hard. However, do you want it to match 'Amazon' and 'Aamzon'? That is considerably more difficult.

    Edit: I should have looked at your example sheet first, nevermind!
    Last edited by cffndncr; 03-11-2014 at 09:13 PM.

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Matching misspelled or differently spelled names

    Hi,

    With
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    in B2 copied down this will return the row number in list B that contains the first 5 characters of the names in List A. That's the LEFT(C3,5) bit.
    You can of course vary this constant 5 to increase or decrease the sensitivity to mis-spelling.

    However note that it can't pick up the 3-D 'mis-spelling' of 3D in B4. The other N/A values in B5 & B6 are where the names don't exist.

    You really need a fuzzy logic tool to help you detect mis-spellings. Microsoft have an Excel Add In here http://www.microsoft.com/en-us/downl....aspx?id=15011 which I have found useful on several occasions.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    08-24-2012
    Location
    Seattle, WA
    MS-Off Ver
    Office 2013
    Posts
    55

    Re: Matching misspelled or differently spelled names

    Quote Originally Posted by Richard Buttrey View Post
    Hi,

    You really need a fuzzy logic tool to help you detect mis-spellings. Microsoft have an Excel Add In here http://www.microsoft.com/en-us/downl....aspx?id=15011 which I have found useful on several occasions.
    OK. I tried downloading that and using it just on this table. It doesn't seem to be working. Is there a video on how to use it or something? Either I'm having trouble figuring it out or the add-in is bugging out. I think something like this would definitely help if it worked. I definitely need something that could pick up that 3-D 'mis-spelling' for the main, and bigger, tables I'll be workin' with. They have thousands of names that have potentially similar mis-spellings.

    Thanks!
    Dom

+ 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. vlookup for finding out wrongly spelled names and yet match the match
    By catchnanan in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-03-2014, 04:29 PM
  2. [SOLVED] LOOP QUESTION to add the same data in one column but names aren't quite spelled the same
    By swade730 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-11-2014, 02:32 PM
  3. pulling data from differently written names
    By maymano in forum Excel General
    Replies: 2
    Last Post: 11-05-2013, 08:47 AM
  4. Matching email addresses to Names and Last Names
    By ffrriieennddzz in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-12-2012, 01:17 PM
  5. Matching names from sheet2, sheet3, sheet4 with names in sheet1
    By Lynx2x in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 02-28-2012, 07:51 AM

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