+ Reply to Thread
Results 1 to 5 of 5

Vlookup for partial match

  1. #1
    Registered User
    Join Date
    07-26-2018
    Location
    Canada
    MS-Off Ver
    Office 2013
    Posts
    1

    Vlookup for partial match

    I have two order number columns where the data is not a perfect match:

    Example

    Order 1 - Order 2
    563926146_707 563926146
    563926716_707 563926716
    563927094_707 563927094
    564008159_707 564008159
    310516499 19310516499



    How can I run a formula or vlookup to see what in order 2 column matches a partial in Order 1 or vice versa?

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Vlookup for partial match

    Look into the Fuzzy Lookup free add in from Microsoft.
    https://www.microsoft.com/en-us/down....aspx?id=15011
    it works well for inexact matches.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Vlookup for partial match

    Or try this formula

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

    where A3:B7 have your data

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Vlookup for partial match

    Here's another alternative with order 1 data in A2:A6 and order 2 data in column C:

    D2 (Order 1 match) =IFERROR(INDEX(A$2:A$6,MATCH("*"&C2&"*",A$2:A$6,0)),LOOKUP(1E+100,SEARCH(A$2:A$6,C2),A$2:A$6))

  5. #5
    Registered User
    Join Date
    06-12-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    86

    Re: Vlookup for partial match

    Dear User,

    Please check if this solve the query

    Order 1 Order 2 Find Order 2 in Order 1 Find Order 1 in Order 2
    563926146_707 563926146 =IF(SEARCH(B3,A3)>0,"Order 2 Found in Order 1","Not found") =IFERROR(IF(SEARCHB(A3,B3)>0,"Order 1 Found in Order 2","Not found"),"Not found")
    563926716_707 563926716 =IF(SEARCH(B4,A4)>0,"Order 2 Found in Order 1","Not found") =IFERROR(IF(SEARCHB(A4,B4)>0,"Order 1 Found in Order 2","Not found"),"Not found")
    563927094_707 563927094 =IF(SEARCH(B5,A5)>0,"Order 2 Found in Order 1","Not found") =IFERROR(IF(SEARCHB(A5,B5)>0,"Order 1 Found in Order 2","Not found"),"Not found")
    564008159_707 564008159 =IF(SEARCH(B6,A6)>0,"Order 2 Found in Order 1","Not found") =IFERROR(IF(SEARCHB(A6,B6)>0,"Order 1 Found in Order 2","Not found"),"Not found")
    310516499 19310516499 =IFERROR(IF(SEARCH(B7,A7)>0,"Order 2 Found in Order 1","Not found"),"Not found") =IF(SEARCHB(A7,B7)>0,"Order 1 Found in Order 2","Not found")
    Attached Files Attached Files
    Last edited by Kamal Asharaf; 07-26-2018 at 01:36 PM. Reason: Attachment missed

+ 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 with a Partial Match
    By pluto_ljd in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-17-2018, 01:28 PM
  2. [SOLVED] VLOOKUP based on partial match
    By MetroBOS in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-03-2017, 11:58 AM
  3. Vlookup with only partial text match
    By betsy2128 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-18-2013, 08:03 AM
  4. [SOLVED] modified vlookup for partial match
    By jlax34 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-15-2012, 02:07 PM
  5. [SOLVED] VLOOKUP with partial match
    By Nekk in forum Excel General
    Replies: 7
    Last Post: 06-28-2012, 11:46 AM
  6. Partial Vlookup Match
    By OptionTrader in forum Excel General
    Replies: 12
    Last Post: 11-15-2009, 08:28 AM
  7. Vlookup - Partial Match
    By VegasL in forum Excel General
    Replies: 8
    Last Post: 06-08-2008, 03:25 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