+ Reply to Thread
Results 1 to 3 of 3

oldest date

  1. #1
    Registered User
    Join Date
    09-05-2010
    Location
    italy
    MS-Off Ver
    Excel 2018
    Posts
    63

    oldest date

    dear friends,

    please help in finding the right formula giving the oldst date per each client.

    please see dummy file attached.

    thank you very much.

    carlo
    Attached Files Attached Files
    Last edited by kghisla; 02-21-2011 at 12:08 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: oldest date

    If the dates are listed chronologically like your sample,

    =INDEX(B5:B12,MATCH(TRUE,INDEX(A5:A12=A17,0),0))

    copied down

    otherwise:

    =MIN(IF($A$5:$A$12=A17,$B$5:$B$12))

    confirmed with CTRL+SHIFT+ENTER not just ENTER and copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    09-05-2010
    Location
    italy
    MS-Off Ver
    Excel 2018
    Posts
    63

    Re: oldest date

    thank you very much

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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