+ Reply to Thread
Results 1 to 3 of 3

finding the latest date in a list of dates

Hybrid View

  1. #1
    Registered User
    Join Date
    12-02-2009
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2007
    Posts
    83

    finding the latest date in a list of dates

    Hi There,

    I need a formula that will look at a list of dates and return the latest date on which a particular "value" occurred.

    Please see the below example
    A B
    1 Date Adviser
    2 14/1/09 PE
    3 15/2/09 BM
    4 1/04/09 SS
    5 3/5/09 PE
    6 23/7/09 SS
    7 4/10/09 PE
    8 2/1/10 BM

    I want a formula that will look at column B and tell me when the latest date in which PE for example occurred... the answer being 4/10/09

    thanks

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: finding the latest date in a list of dates

    Hi Easty,

    You can use the array formula:

    =MAX(IF(B2:B10="PE",A2:A10))

    After typing this formula, you must press CTRL+SHIFT+ENTER, not just ENTER. When done properly, Excel will insert braces around your formula.

  3. #3
    Registered User
    Join Date
    12-02-2009
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2007
    Posts
    83

    Re: finding the latest date in a list of dates

    perfect

    cheers Paul!

+ 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