+ Reply to Thread
Results 1 to 5 of 5

find earliest start date per person formula/function question

  1. #1
    Registered User
    Join Date
    07-11-2011
    Location
    Gatineau, QC
    MS-Off Ver
    Excel 2010
    Posts
    50

    find earliest start date per person formula/function question

    Hello,

    I have two columns of data. One contains a list of people and the other contains a list of dates in the date format. There are many dates per person. Does anyone know of a formula I could use to identify in a third column what is the earliest date per person in the table? I have an attached an example. Any help would be much appreciated.

    example pic.PNG

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,172

    Re: find earliest start date per person formula/function question

    Try this in C2:

    =IF(B2=MIN(IF($A$2:$A$100=A2,$B$2:$B$100)),"earliest","")

    Array formula, enter with Ctrl+Shift+Enter.

  3. #3
    Registered User
    Join Date
    07-11-2011
    Location
    Gatineau, QC
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: find earliest start date per person formula/function question

    It works! Thanks so much!

  4. #4
    Registered User
    Join Date
    07-11-2011
    Location
    Gatineau, QC
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: find earliest start date per person formula/function question

    Thank you!

  5. #5
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,404

    Re: find earliest start date per person formula/function question

    For you, a formula without massive input
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ 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. Formula to find the earliest date in excel base on a given date and text
    By Rikii Sumat in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-27-2017, 02:35 AM
  2. How to find Earliest Date
    By gaby58 in forum Excel General
    Replies: 11
    Last Post: 03-02-2017, 04:06 PM
  3. Replies: 3
    Last Post: 02-10-2016, 07:26 PM
  4. Find earliest date given a >= threshold
    By cblindsey in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-02-2014, 12:47 PM
  5. Replies: 2
    Last Post: 12-09-2013, 06:21 AM
  6. Find the earliest date in the column
    By pphg in forum Excel General
    Replies: 4
    Last Post: 08-13-2012, 09:24 AM
  7. Find out the earliest date
    By samirz10 in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 02-27-2009, 04:24 PM

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