+ Reply to Thread
Results 1 to 3 of 3

How to find the last date in a list?

  1. #1
    Registered User
    Join Date
    01-20-2012
    Location
    Yok, England
    MS-Off Ver
    Office 365
    Posts
    85

    How to find the last date in a list?

    Hi.

    I'm trying to find a formula that can be input in the yellow cells shown, which automatically searches for the last date seen/entered for that particular client. I wish to be able to sort Column A and look for all client's seen in say "January" and it show the last date the client was seen that year. Hopefully the example will be clear.

    Any help would be great.

    Thanks
    Attached Files Attached Files

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

    Re: How to find the last date in a list?

    =MAX(IF($B$3:$B$12=B3,$A$3:$A$12)) array entered wit ctrl+shift+enter will do it
    or this standard formula
    =MAX(INDEX(($B$3:$B$25=B3)*$A$3:$A$25,0))
    Last edited by martindwilson; 01-20-2014 at 11:39 AM.
    "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

  3. #3
    Registered User
    Join Date
    01-20-2012
    Location
    Yok, England
    MS-Off Ver
    Office 365
    Posts
    85

    Re: How to find the last date in a list?

    Thank you Martin, that's brilliant, just what I need.

    Darren

+ 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. Find if a date is between 2 list of dates
    By radicaled in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-04-2013, 04:08 PM
  2. [SOLVED] find missing date on every group date list based on range and criteria
    By k1dr0ck in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-25-2013, 01:26 AM
  3. [SOLVED] Find First Date in list
    By ncurran217 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-25-2013, 03:21 PM
  4. Find Today's Date in a List-- How?
    By GaryCam in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-11-2006, 09:00 AM
  5. [SOLVED] Find a date in a list
    By Leonard615 in forum Excel General
    Replies: 5
    Last Post: 11-17-2005, 01:50 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