+ Reply to Thread
Results 1 to 6 of 6

Vlookup with only partial text match

Hybrid View

  1. #1
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Vlookup with only partial text match

    Hi and welcome to the forum

    You could use wild cards to look up data either way, but it will be easier to use the data in the 2nd data set (IF thats the 1 thats always shorter), and then find that in the 1st data set. Assuming your data is in A1 and B1 ($XX), use something like this...

    =iferror(vlookup(A1&"*",data_set1!$A$1:$B$100,2,0),"Not Found")

    This will return the value in column B for all matches based on what you have in data set 2. the iferror() will return "Not Found" if there is no match
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  2. #2
    Registered User
    Join Date
    05-10-2012
    Location
    pakistan
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Vlookup with only partial text match

    Thank You - All, I was stucked up in similar problem using Vlookup with partial fragment; Solution is simple

    Regards,
    J

+ 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