+ Reply to Thread
Results 1 to 3 of 3

partial vlookup

Hybrid View

  1. #1
    Registered User
    Join Date
    12-19-2017
    Location
    Tavola
    MS-Off Ver
    2016
    Posts
    1

    partial vlookup

    Hello Community,

    I need to partially match value from current sheet to a remote sheet using vlookup. e.g. below, I need to match "GOOD MORNING WORLD" with "MORNING" in 2nd sheet and get the second column in 2nd sheet after match.

    Column 1, Column 2
    GOOD MORNING WORLD, <get value from LOOKUP TABLE SHEET after partial match... i.e. 123>


    LOOKUP TABLE SHEET:

    Column A,Column B
    MORNING, 123
    NIGHT, 256


    Is there a way to do this please? Please let me know if I was not clear with my problem and I will try explaining it differently. Thanks!

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: partial vlookup

    =VLOOKUP("*"&C3&"*",TABLE SHEET,2,)
    in C3 MORNING

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,528

    Re: partial vlookup

    Try

    =INDEX(Sheet2!$B:$B,SUMPRODUCT(--(ISNUMBER(SEARCH(Sheet2!$A$2:$A$3,A2)))*(ROW(Sheet2!$A$2:$A$3))))

    Sheet2!A2:B3 is your "lookup sheet"

+ 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. Partial VLookup
    By vijanand1279 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-11-2017, 08:34 AM
  2. [SOLVED] Vlookup with partial text VBA help
    By itty in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-12-2015, 10:25 AM
  3. vlookup with a partial name
    By tonyc79 in forum Excel General
    Replies: 3
    Last Post: 04-29-2015, 10:16 AM
  4. VLOOKUP for Partial Values
    By excelapprentice2015 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-10-2015, 10:55 AM
  5. [SOLVED] Partial vlookup help
    By MrsBing in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-20-2013, 03:08 PM
  6. VLookup with Partial Values
    By mpoirier1983 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-28-2013, 12:13 PM
  7. how do i VLOOKUP for partial value?
    By ranjan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-04-2006, 12:26 AM

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