+ Reply to Thread
Results 1 to 3 of 3

Find latest date with INDEX MATCH with multiple criteria & partial text

  1. #1
    Forum Contributor
    Join Date
    05-08-2015
    Location
    Asheville NC
    MS-Off Ver
    Excel for Office 365 MSO
    Posts
    111

    Find latest date with INDEX MATCH with multiple criteria & partial text

    I want to have formula which results in the latest date of an item based on matching multiple criteria from 2 columns and search another column for partial text. I can get the latest date matching 2 criteria but can't figure out how to add a search function to search a column for a partial text.

    See I2 for my attempt at adding this search function and an array. I get the message of entering to many arguments.

    Thank you for any support.

  2. #2
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,704

    Re: Find latest date with INDEX MATCH with multiple criteria & partial text

    assuming XL2007 per profile:

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

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,996

    Re: Find latest date with INDEX MATCH with multiple criteria & partial text

    Your formula at H looks a bit complicated:
    =IF($F2="","",MAX(IF($B$2:$B$11=$F2,IF($C$2:$C$11=$G2,$E$2:$E$11))))


    and in I:
    =IF($F2="","",MAX(IF($B$2:$B$11=$F2,IF($C$2:$C$11=$G2,IF(ISNUMBER(SEARCH("EOP",$D$2:$D$11)),$E$2:$E$11)))))

    Both are array formulae.


    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed in the FIRST CELL ONLY by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. After that, the array can be dragged down as normal, to cover the desired range.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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: 16
    Last Post: 01-05-2018, 11:04 PM
  2. [SOLVED] Find multiple results with INDEX & MATCH on 2 criteria
    By SubwAy in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-22-2017, 08:56 AM
  3. [SOLVED] Index Match with multiple criteria involving find text
    By 3345james in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-30-2015, 11:56 AM
  4. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  5. [SOLVED] Calculate sum based on partial text match and latest date
    By moondog1023 in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 06-20-2014, 04:02 PM
  6. Index Match nesting w/ partial text string criteria
    By dohearn in forum Excel General
    Replies: 1
    Last Post: 10-25-2011, 03:42 PM
  7. Replies: 3
    Last Post: 07-11-2009, 02:58 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