+ Reply to Thread
Results 1 to 3 of 3

Return MAX() date in a list with a filter

Hybrid View

  1. #1
    Registered User
    Join Date
    09-12-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    25

    Return MAX() date in a list with a filter

    I have a list of projects and funding requests. Some of the requests are appoved and others are not. I want to build a overview of the end date of the current approved funding and the end date of the funding that is in the pipeline.

    Example attached.Latest Dates.xlsx

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,464

    Re: Return MAX() date in a list with a filter

    Is the attached sthg you can live with ? Copy of Latest Dates.xlsx

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Return MAX() date in a list with a filter

    in b12
    =IF(MAX(IF(($B$3:$B$8=$A12)*($C$3:$C$8="yes"),$D$3:$D$8))=0,"",MAX(IF(($B$3:$B$8=$A12)*($C$3:$C$8="yes"),$D$3:$D$8)))
    and in c12
    =IF(MAX(IF(($B$3:$B$8=$A12)*($C$3:$C$8="no"),$D$3:$D$8))=0,"",MAX(IF(($B$3:$B$8=$A12)*($C$3:$C$8="no"),$D$3:$D$8)))
    array entered then filled down
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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