+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP partial match help

  1. #1
    Registered User
    Join Date
    12-30-2012
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    11

    VLOOKUP partial match help

    Hey guys,

    I'm trying to perform a partial match with VLOOKUP without success.

    Worksheet 1

    "Trying to find" Helper Column "Trying to find" Results Column
    A1 - Contains "helpmefindthis" B1 - Contains "#N/A"

    Worksheet 2

    Partial Match Search Column Partial Match Results Column
    A1 - Contains "findthis" B1 - Contains "1"

    I'm trying to return "1" contained with cell B1 of 'Worksheet 2' by searching for "findthis".

    Here's the formula I'm trying within B1 of 'Worksheet 1':

    =VLOOKUP("*"&A1,'Worksheet 2'!$A:$B,2,FALSE)

    I've also tried specific target cells like:

    =VLOOKUP("*"&A1,'Worksheet 2'!$A$1:$B$1,2,FALSE)

    Thank you in advance for your help...

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: VLOOKUP partial match help

    It won't work like that no matter how you change the range (argument 2 in the formula) because "*"&A1 is looking for a string that ends in "helpmefindthis" and that doesn't appear in Sheet2, hence the N/A.

    If you're using wildcards then the string you're using to return a value needs to be a substring. i.e. "*"&this is a substring of findthis, but "*"&helpmefindthis is not.

    BSB

  3. #3
    Registered User
    Join Date
    12-30-2012
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: VLOOKUP partial match help

    Of course! Silly me ... thank you

+ 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 for partial match
    By scusack1 in forum Excel General
    Replies: 4
    Last Post: 07-26-2018, 01:34 PM
  2. VLOOKUP with a Partial Match
    By pluto_ljd in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-17-2018, 01:28 PM
  3. Vlookup with very partial match - possible? Other options?
    By abcdeabdce in forum Excel General
    Replies: 2
    Last Post: 06-15-2018, 07:05 PM
  4. [SOLVED] VLOOKUP with partial match
    By Nekk in forum Excel General
    Replies: 7
    Last Post: 06-28-2012, 11:46 AM
  5. Partial Vlookup Match
    By OptionTrader in forum Excel General
    Replies: 12
    Last Post: 11-15-2009, 08:28 AM
  6. Vlookup - Partial Match
    By VegasL in forum Excel General
    Replies: 8
    Last Post: 06-08-2008, 03:25 AM
  7. Partial String Match Using VLOOKUP
    By cdhmotes in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-26-2005, 06:30 PM

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