+ Reply to Thread
Results 1 to 5 of 5

Formula that displays the oldest date and earliest date

  1. #1
    Forum Contributor
    Join Date
    04-20-2010
    Location
    Pretoria, South Africa
    MS-Off Ver
    Excel 2016
    Posts
    151

    Formula that displays the oldest date and earliest date

    Formula that displays the oldest date in column A and earliest date in column B, then displaying how many days between the two dates are. Please see attached file!!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: Formula that displays the oldest date and earliest date

    use something like
    = min(A:A) - max(B:B)
    Regards

    tom1977

    If You are satisfied with my solution click the small star icon on the left to say thanks.

  3. #3
    Forum Contributor
    Join Date
    04-20-2010
    Location
    Pretoria, South Africa
    MS-Off Ver
    Excel 2016
    Posts
    151

    Re: Formula that displays the oldest date and earliest date

    When I do this, I get a zero (0) value?

  4. #4
    Forum Expert
    Join Date
    09-27-2011
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    1,312

    Re: Formula that displays the oldest date and earliest date

    OK check attachment array formula cofirmed CTRL + SHIFT + ENTER
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    04-20-2010
    Location
    Pretoria, South Africa
    MS-Off Ver
    Excel 2016
    Posts
    151

    Re: Formula that displays the oldest date and earliest date

    THANKS, just what I needed!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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