+ Reply to Thread
Results 1 to 4 of 4

Return Latest Date Based on a Criteria

  1. #1
    Forum Contributor
    Join Date
    11-08-2011
    Location
    Leeds
    MS-Off Ver
    Excel 2010
    Posts
    279

    Return Latest Date Based on a Criteria

    Hi All,

    I have attached an example doc, Im just looking for a formula that will return the latest date based on the case code.

    If you need any more information please let me know.

    Thanks
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    01-28-2014
    Location
    Brno
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: Return Latest Date Based on a Criteria

    Hi,

    B2=SUMPRODUCT(LARGE(($I$2:$I$36=A2)*($J$2:$J$36),1)) and drag down.

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Return Latest Date Based on a Criteria

    Or you can use B2=LARGE(IF(A2=$I$2:$I$36,$J$2:$J$36),1) with ctrl+shift+enter and drag it down.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Registered User
    Join Date
    01-28-2014
    Location
    Brno
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: Return Latest Date Based on a Criteria

    I've tried to avoid an array formula, but if I wouldn't, I would use rather =MAX(IF(A2=$I$2:$I$36,$J$2:$J$36))

+ 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. [SOLVED] Lookup latest date in a table based on 2 criteria
    By mariannehislop in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-29-2015, 04:21 AM
  2. Replies: 8
    Last Post: 04-08-2015, 10:10 PM
  3. Return latest date based on matching criteria
    By senthilvenkatesh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-25-2014, 02:49 AM
  4. [SOLVED] Vlookup Base on Criteria but pick up the entry based on the latest date
    By kelkelkel08 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-14-2014, 05:37 AM
  5. Powerpivot - Returning latest update based on latest date
    By Kehjz in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 08-22-2013, 02:45 PM
  6. [SOLVED] Return the value from the row with latest date
    By G.Bregvadze in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-12-2013, 09:14 AM
  7. Replies: 1
    Last Post: 01-20-2012, 09:44 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