+ Reply to Thread
Results 1 to 4 of 4

finding latest date in table

  1. #1
    Forum Expert
    Join Date
    03-31-2009
    Location
    Barstow, Ca
    MS-Off Ver
    Excel 2002 & 2007
    Posts
    2,164

    finding latest date in table

    I have a table with 3 columns, C1, C2, & Date.

    Please Login or Register  to view this content.
    I would like a formula that would find the C1 with the latest Date for each C2

    Please Login or Register  to view this content.
    Last edited by foxguy; 05-06-2012 at 09:37 PM. Reason: forgot title
    Foxguy

    Remember to mark your questions [Solved] and rate the answer(s)
    Forum Rules are Here

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: finding latest date in table

    Hi Foxguy,

    See the attachment where I have used below formula to achieve the desired result:-
    {=OFFSET($A$1,MATCH($B3&MAX(IF($B$2:$B$6=$B3,$C$2:$C$6,"")),$B$2:$B$6&$C$2:$C$6,0),0)}

    Find latest date in table.xlsx

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,055

    Re: finding latest date in table

    Or this:

    =MAX(IF($B$2:$B$1000=B2,$C$2:$C$1000))

    Comfirmed with ctrl+shift+enter
    Last edited by zbor; 05-07-2012 at 02:35 AM.
    Never use Merged Cells in Excel

  4. #4
    Forum Expert
    Join Date
    03-31-2009
    Location
    Barstow, Ca
    MS-Off Ver
    Excel 2002 & 2007
    Posts
    2,164

    Re: finding latest date in table

    zbor;
    Thanks; I had a feeling it would be an array formula. Now I guess I'll have to learn how to use them.

+ 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