+ Reply to Thread
Results 1 to 4 of 4

Excel formula nested functions max, if, and multiple criteria issues

  1. #1
    Forum Contributor Jack7774's Avatar
    Join Date
    08-31-2012
    Location
    Georgia, US
    MS-Off Ver
    Excel 2010
    Posts
    576

    Excel formula nested functions max, if, and multiple criteria issues

    The goal is to find the max date or greatest date ACP Principal Amount was seen before 12/31/2015 but not including 12/31/2015 and the answer is 11/28/2015. I tried the formula below but I've done something wrong with the multiple criteria part or the AND function possibly.
    Please Login or Register  to view this content.
    The attached spreadsheet shows in yellow where I would like the formula to go, in red what I tried, and orange what I would like the answer to be.

    To attempt to explain the answer should look in column I for all cells that match cell Y2 or ACP Principal Amount, then out of the range of cells phone that match that criteria it would then look for the adjacent cells in column E for dates that are less than Y1 or 12/31/2015, lastly it would bring the max date out of those cells found.

    I'd like the answer to use max, if, and, functions but if it can't or even if it can I always want to learn alternative methods to solve any problem as well. I love to learn. Thanks ahead of time. Rep will be given!
    Attached Files Attached Files
    Thank those who have helped you by clicking the Star * below their name and please mark your post [SOLVED] if it has been answered satisfactorily.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Excel formula nested functions max, if, and multiple criteria issues

    Try

    =MAX(IF((I4:I84=Y2)*(E4:E84<Y1),E4:E84))

  3. #3
    Forum Contributor Jack7774's Avatar
    Join Date
    08-31-2012
    Location
    Georgia, US
    MS-Off Ver
    Excel 2010
    Posts
    576

    Re: Excel formula nested functions max, if, and multiple criteria issues

    Ahh I forgot the * lol. Thanks.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Excel formula nested functions max, if, and multiple criteria issues

    You're welcome.

+ 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. multiple criteria nested lookup formula - only the strong need apply
    By boredombulker in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-11-2015, 03:44 PM
  2. Replies: 6
    Last Post: 03-17-2015, 01:35 AM
  3. [SOLVED] Creating an IF/ELSE formula with multiple criteria - Nested IF/ELSE?
    By Doofus1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-21-2014, 08:34 PM
  4. Replies: 4
    Last Post: 03-27-2014, 01:09 PM
  5. [SOLVED] MS Excel: nested IF Functions in multiple sheets
    By erynatpitt in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-14-2013, 06:20 AM
  6. Issues with multiple IF functions?
    By janniet in forum Excel General
    Replies: 2
    Last Post: 08-29-2011, 12:31 AM
  7. ENTER EXCEL FORMULA WITH MORE THAN 7 NESTED FUNCTIONS
    By Linda Bolton in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-14-2005, 08:06 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