+ Reply to Thread
Results 1 to 2 of 2

Pull the Correct info through is X,Y and Z cell contains specific text

  1. #1
    Registered User
    Join Date
    05-14-2014
    MS-Off Ver
    Excel 2003
    Posts
    6

    Pull the Correct info through is X,Y and Z cell contains specific text

    Hi, am onto the last leg of my worksheet. but i am a little stumped at the moment.

    Example cells highlighted pink

    If L5,M5,N5 are matching whats in the table AX4 to AZ15 then show the correct specific text in AE5 from the column BA...

    Hope that makes sense. I will attach the worksheet "testforlastleg3". Thank you.testforlastleg (3).xlsx
    Attached Files Attached Files
    Last edited by cjohnr1388; 04-13-2016 at 09:31 AM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Pull the Correct info through is X,Y and Z cell contains specific text

    Enter this array formula into AE5 copied down

    =INDEX($BA$4:$BA$15, MATCH(M5&L5&N5, $AX$4:$AX$15&$AY$4:$AY$15&$AZ$4:$AZ$15,0))
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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. Need to pull out specific info from a mixed list
    By JessicaE in forum Excel General
    Replies: 2
    Last Post: 04-03-2014, 05:52 AM
  2. Need to pull specific info from Excel Sheet (over 1 million rows)
    By asamra in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-20-2014, 03:09 PM
  3. [SOLVED] VBA to pull data from worksheet to a new sheet based on specific text cell value
    By TalResha in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-13-2013, 02:11 AM
  4. [SOLVED] Formula to pull specific information from a list in the correct order
    By Sleepyshy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-05-2012, 11:36 AM
  5. [SOLVED] How do I pull specific text out of a cell?
    By slojhammer in forum Excel General
    Replies: 3
    Last Post: 03-27-2012, 01:48 PM
  6. Correct my fomula to pull text as well as numbers?
    By fentontech in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-21-2011, 12:43 PM
  7. Advanced functions to pull specific (varying) text from a cell
    By visionwindowfilms in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-07-2011, 08:19 AM

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