+ Reply to Thread
Results 1 to 4 of 4

How to vlook up based on the content of an excel cell

  1. #1
    Registered User
    Join Date
    02-02-2018
    Location
    Greece
    MS-Off Ver
    2013
    Posts
    43

    How to vlook up based on the content of an excel cell

    Hello guys,

    Can you please let me know in case I want to use vlook up and look for a cell in which the "key word" I am looking for is part of the cell content instead of 100% identical.

    For example in the attached excel, I want in tab 'Tech.shortlist' cell I6, to return the following value:

    Search the B6 content (in this case Koyo Instruments & Industries) in tab 'sheet 4' and return the value from 'sheet 4' tab

    The thing is that the content of B6 cell is not 100% identical to the cells searching in 'sheet 4' tab but it does contain some of the words (in this case Koyo)

    Can you please assist?
    Attached Files Attached Files

  2. #2
    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,196

    Re: How to vlook up based on the content of an excel cell

    Try

    =IFERROR(VLOOKUP("*" &LEFT(B6,FIND(" ",B6)-1)&"*",Sheet4!$A:$B,2,FALSE),"")

  3. #3
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,292

    Re: How to vlook up based on the content of an excel cell

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

  4. #4
    Registered User
    Join Date
    02-02-2018
    Location
    Greece
    MS-Off Ver
    2013
    Posts
    43

    Re: How to vlook up based on the content of an excel cell

    many thanks for your assistance, problem solved!

+ 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. Replies: 2
    Last Post: 12-19-2014, 11:28 AM
  2. Replies: 6
    Last Post: 09-16-2014, 05:50 PM
  3. Change content of one cell based on content of another
    By FloraLina in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-24-2014, 08:34 AM
  4. Change content of one cell based on content of another
    By stlellen in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-18-2014, 03:26 PM
  5. Automatically copy cells content based on the content of another cell.
    By chrisbarlow1984 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-01-2014, 11:13 AM
  6. copying cell content into a specific workbook based on the content in that cell
    By krishna reddy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-20-2012, 03:52 AM
  7. Replies: 2
    Last Post: 12-19-2006, 10:50 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