+ Reply to Thread
Results 1 to 5 of 5

Need a minimum (earliest) date of 4 dates, but only of dates > a specific date.

  1. #1
    Registered User
    Join Date
    03-14-2009
    Location
    Indiana
    MS-Off Ver
    Excel 2003
    Posts
    41

    Need a minimum (earliest) date of 4 dates, but only of dates > a specific date.

    The MIN function doesn't work if any of the cells do not have a date. They default to 1/0/1900. Using conditional formulas got too complex and didn't give me results. Below depicts what I'm trying to do. Column A links to dates in another column D. But not every cell in the linked column has dates. So if column D's cell is blank, column A interprets that as 1/0/1900. I need the earliest date of the 4 dates in column A (which is linked to column D) but excluding any 1/0/1900, or, say, dates prior to 1/1/2010. I don't know if 1/0/1900 is not a real date (the column is defined as dates), if it's a null value, or how it is interpreted.

    Row/Column A B C D
    Linked Date Date Name Original Date
    3 1/0/1900 date1
    4 7/14/2016 date2 7/14/2016
    5 12/4/2014 date3 12/4/2014
    6 1/0/1900 date4



    1/0/1900 minimum date of date1-4 BUT I WANT A DATE > 2/1/2010
    What formula will give me the minimum date of dates > 2/1/2010?

  2. #2
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Need a minimum (earliest) date of 4 dates, but only of dates > a specific date.

    Why don't you refer to Column E directly-
    =MIN(E3:E6)
    Happy to Help

    How to upload excel workbooks at this forum - http://www.excelforum.com/the-water-...his-forum.html

    "I don't get things easily, so please be precise and elaborate"

    If someone's post has helped you, thank by clicking on "Add Reputation" below the post.
    If your query is resolved please mark the thread as "Solved" from the "Thread Tools" above.

    Sourabh

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Need a minimum (earliest) date of 4 dates, but only of dates > a specific date.

    Or

    Try

    =MIN(IF(B3:B6>=DATE(YEAR(1990),MONTH(1),DAY(0)),B3:B6)) with CRTL+SHIFT+ENTER.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Need a minimum (earliest) date of 4 dates, but only of dates > a specific date.

    try below in D3 and Drag down
    =IF(B3>2/1/2010,B3,"") this will give you original dates then you can use min formula as =MIN(E3:E6)

    if you want dates min date in a single cell greater than 2/1/2010 then you can use
    =MIN(IF((B3:B6>2/1/2010),(B3:B6)))


    format the cells as DD-MM-YYYY or the format you want
    Last edited by hemesh; 01-30-2016 at 02:32 AM.
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Need a minimum (earliest) date of 4 dates, but only of dates > a specific date.

    or try
    Please Login or Register  to view this content.
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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. Replies: 9
    Last Post: 10-08-2015, 01:50 PM
  2. Replies: 1
    Last Post: 04-22-2015, 08:08 AM
  3. [SOLVED] Lookup for the succeeding dates after the earliest date
    By fbgail in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-13-2015, 09:36 AM
  4. [SOLVED] Date filter for specific dates
    By excelhelpseeker in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-14-2015, 05:37 AM
  5. Pick the earliest date from a selection of dates...
    By -emma- in forum Excel General
    Replies: 9
    Last Post: 01-24-2007, 08:16 PM
  6. How do I find the earliest dates in a range of dates?
    By JJ in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-16-2006, 04:45 AM
  7. Find the earliest date in a range of dates?
    By Rachel Williams in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-10-2006, 11:55 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