+ Reply to Thread
Results 1 to 4 of 4

Matching closest name from column

  1. #1
    Registered User
    Join Date
    08-17-2012
    Location
    Atlanta
    MS-Off Ver
    Excel 2003
    Posts
    34

    Matching closest name from column

    Hello,

    I have 2 lists. One list consists of the names of agencies as they would appear in our company's data base. The other list is the official business names. I would like match our company list with the official business name list by matching at least 2 words from the name with a name that shows up in column C (Official agency name).

    If possible, I would like to ignore preposition and article words since they are used often in agency names.

    I am looking for a formula to do this - thanks
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Matching closest name from column

    You can try this formula

    =IF(A2="","",VLOOKUP(LEFT(A2,4)&"*",$C$2:$C$20,1,0))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    08-17-2012
    Location
    Atlanta
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Matching closest name from column

    That worked great - thanks

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Matching closest name from column

    Thank you for the feedback! Please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

+ 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. Replies: 2
    Last Post: 12-04-2013, 01:01 PM
  2. Return Closest Matching Filename - Macro
    By enidnunez in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-02-2013, 02:25 PM
  3. matching inputted names in excel column with the closest possible name in the database ws
    By TaskinRahman in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-23-2012, 11:41 PM
  4. [SOLVED] match closest date from within range matching ID number
    By adrianjaeggi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-09-2012, 03:33 PM
  5. Excel calendar, finding closest date and then matching text
    By bellswhiskey in forum Excel General
    Replies: 0
    Last Post: 09-20-2011, 08:40 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