+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP to return specific text based on content of other cell

  1. #1
    Registered User
    Join Date
    02-28-2016
    Location
    Sunshine Coast, Queensland
    MS-Off Ver
    365 for Business
    Posts
    23

    VLOOKUP to return specific text based on content of other cell

    Hi,

    Just trying to figure out how to return a vlookup command after looking up another cell.

    Please refer to image / spreadsheet for info.

    1. Look at Column A in "SCHEDULE" Tab. There are package numbers that relate to Supply, Subcontract and other packages. I want a formula to look at the text throughout Column A11 onwards and identify whether it has SUP, SUB and other abreviations as per tab called "sheet 1".
    2. I have made a range in Tab "sheet 1" which can be used as a Vlookup.
    3. What formula would you use if you wanted to return the answer (i.e. as per Tab "sheet 1" row B5 to B9) in column C of the "SCHEDULE" tab.

    (i.e. Lookup Column A and identify the abreviations and return the full agreement name in Column C.

    Thanks
    Attached Files Attached Files

  2. #2
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

    Re: VLOOKUP to return specific text based on content of other cell

    Hi, @bundyanimal!

    You can use this formula:
    [C11] : =IF(A11="","",LOOKUP(8^5,SEARCH(MID(A11,8,3),Sheet1!A$5:A$9),Sheet1!B$5:B$9))

    Blessings!

  3. #3
    Registered User
    Join Date
    02-28-2016
    Location
    Sunshine Coast, Queensland
    MS-Off Ver
    365 for Business
    Posts
    23

    Re: VLOOKUP to return specific text based on content of other cell

    Excellent,

    Thanks johnmpl for the prompt response.

    Populated columns and tried it.

    Works great.

    Thanks for your help.

+ 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 - based on finding specific text within a cell
    By gromitnz in forum Excel Formulas & Functions
    Replies: 60
    Last Post: 05-16-2016, 06:14 AM
  2. VLOOKUP return value based on text in cell
    By Detrie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-04-2014, 07:17 PM
  3. Search for specific value in a row, then return content og adjacent cell
    By linaudio in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-20-2013, 09:11 AM
  4. [SOLVED] search for specific text in a file and return a value to a cell based on the results
    By JJGF in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 01-03-2013, 07:00 PM
  5. 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
  6. Replies: 2
    Last Post: 04-20-2011, 08:50 AM
  7. VLOOKUP based on cell with specific text
    By hardpenguin in forum Excel General
    Replies: 2
    Last Post: 01-17-2011, 05:33 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