+ Reply to Thread
Results 1 to 4 of 4

finding oldest real date in a date range

  1. #1
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    381

    finding oldest real date in a date range

    Hi All,

    I'm using a MIN formula to find the oldest date in a date range, but I'd like it to ignore "01/01/1900 00:00" and pick the oldest proper date.

    The formula I'm using now is =MIN(Sheet1!k2:K10000)

    Thanks
    Jake

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: finding oldest real date in a date range

    Modify the formula as following:

    =MIN(IF(Sheet1!K2:K10000>1,Sheet1!K2:K10000))

    array entered, to be confirmed by pressing CTRL+SHIFT+ENTER

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: finding oldest real date in a date range

    =MIN(IF(Sheet1!K2:K10000<>0,Sheet1!K2:K10000))
    Array formula, use Ctrl-Shift-Enter
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    381

    Re: finding oldest real date in a date range

    Perfect, thanks guys

+ 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. Return oldest date in range when a file is open
    By mementomori in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-08-2016, 10:17 AM
  2. Detect oldest date in a range
    By Heterodoxy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-27-2015, 11:13 AM
  3. [SOLVED] Finding the Oldest Date in a Column using a VBA macro
    By TheScott in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-10-2015, 04:02 AM
  4. Replies: 1
    Last Post: 09-15-2014, 12:56 PM
  5. [SOLVED] lesson grades (from oldest date to newest date)
    By aaaaa34 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-04-2014, 08:40 AM
  6. sorting a selected range by date, oldest to newest
    By zed commander in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-19-2012, 12:40 PM
  7. [SOLVED] Formula that displays the oldest date and earliest date
    By mrcois in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-20-2012, 12:22 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