+ Reply to Thread
Results 1 to 5 of 5

Find the earliest date in the column

  1. #1
    Forum Contributor
    Join Date
    06-23-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    127

    Post Find the earliest date in the column

    In the attached spreadsheet, there are multiple membership nos. that have different departure date (Column C). I basically need to determine the earliest departure date for those members who have multiple entries in column D since the data are in thousands.

    Many thanks!
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,819

    Re: Find the earliest date in the column

    You can use this array* formula:

    =MIN(IF($D$3:$D$10=D3,$C$3:$C$10))

    adjust the ranges to suit your real data, format the cell as a date, then copy down.

    *An array formula needs to be committed using the key combination of Ctrl-Shift-Enter, rather than the usual Enter.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    06-23-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    127

    Re: Find the earliest date in the column

    Hi Pete!

    Thanks for the assistance, let me quickly try it and see how it goes

  4. #4
    Forum Contributor
    Join Date
    06-23-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    127

    Re: Find the earliest date in the column

    Hi Pete

    Can you send another array formula but this time the membership no is in column C and departure date on E?

    Many thanks

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,819

    Re: Find the earliest date in the column

    Here you are:

    =MIN(IF($C$3:$C$10=C3,$E$3:$E$10))

    Commit with Ctrl-Shift-Enter as previously advised.

    Hope this helps.

    Pete

+ 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