+ Reply to Thread
Results 1 to 3 of 3

Formula for matching partial results?

  1. #1
    Registered User
    Join Date
    12-13-2012
    Location
    Milwaukee
    MS-Off Ver
    Excel 2003
    Posts
    1

    Formula for matching partial results?

    Hello!
    I'm looking for help with a formula to find partial matches in a spreadsheet. I need to compare login id's from 2 separate systems, which may or may not match exactly. For example, in column A I have a login name from system 1, and in column B I have a login name from system 2. I'm trying to determine if these are the same people or not, thugh the names may be different.

    I would like to match if A1 is Bob Jones and B1 is Bob.Jones
    or A1 is Mike Jones and B1 is also Mike Jones

    In addition, I would be looking these up (VLookup?) across a range. So, with A1 being Bob Jones, I want to look up across B1:B10 to see if any of those match or partially match.

    Hope this all makes sense, and I appreciate your help. Thanks!
    Tim

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Formula for matching partial results?

    Hi

    If you replace any spaces with a wildcard (*), and add a leading / trailing wildcard, you may get somewhere using VLOOKUP. It won't work for Bob Jones and Jones, Bob tho. Something else you could do would be to search the site for fuzzy logic and see what comes up. There have been various posts along those lines, and something there may help you along.

    rylo

  3. #3
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Formula for matching partial results?

    try this macro
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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