+ Reply to Thread
Results 1 to 3 of 3

Vlookup Partial Matches HELP

  1. #1
    Registered User
    Join Date
    12-20-2018
    Location
    london
    MS-Off Ver
    office 2016
    Posts
    1

    Vlookup Partial Matches HELP

    Hi All,

    New user to the forum and require some assistance.

    I am trying to find all partial matches for postcodes but not sure how this can be done:

    Sheet 1:
    Below are all the full postcodes

    postcode1.PNG

    Sheet 2:
    Below are all the partial post codes I would like to try and match to sheet 1

    partials.PNG

    Also, there could be more than one full postcode match to a partial.

    I would like search the rows and return all full post codes matches to partial ones. So I would get something like this:

    MATCHES.PNG

    Thanks in advance for any help.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Vlookup Partial Matches HELP

    You've given us no information about the cells/columns that you use, so we can't give you a specific formula to try.

    You can use the wildcard character ( * ) with VLOOKUP to look for a partial match, something like this:

    =IFERROR(VLOOKUP(A1&"*",Sheet2!A:B,2,0),"")

    Hope this helps.

    Pete

  3. #3
    Valued Forum Contributor than_gold's Avatar
    Join Date
    10-17-2017
    Location
    Coimbatore India
    MS-Off Ver
    Office 365
    Posts
    646

    Re: Vlookup Partial Matches HELP

    Try this partial vlookup formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    https://exceljet.net/formula/partial-match-with-vlookup
    Regards,
    Thangavel D

    Appreciate the help? CLICK *

+ 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 to find partial matches
    By chris789 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-17-2018, 02:30 AM
  2. Find Partial matches
    By KTM450 in forum Excel General
    Replies: 11
    Last Post: 11-05-2015, 10:09 PM
  3. VLOOKUP Partial matches when searched text is longer than actual text
    By mockions in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-23-2015, 11:16 PM
  4. [SOLVED] Multiple partial matches
    By Grinfactor in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-28-2014, 01:15 PM
  5. Replies: 6
    Last Post: 08-16-2013, 08:46 AM
  6. Variation of VLOOKUP that returns all partial matches
    By anthonyle in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 03-14-2013, 12:40 AM
  7. [SOLVED] Autofiltering for partial matches
    By PeterJordan in forum Excel General
    Replies: 1
    Last Post: 01-12-2006, 05:35 PM

Tags for this Thread

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