+ Reply to Thread
Results 1 to 3 of 3

Difference between two dates in months and days

Hybrid View

  1. #1
    Registered User
    Join Date
    08-15-2007
    Location
    Houston, TX
    Posts
    55

    Difference between two dates in months and days

    I am trying to calculate employee tenure. I have the employee start date and the current date - is there a way to get the result to reflect the number of months and days?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Difference between two dates in months and days

    Take a look at the DATEDIF function...

    http://www.cpearson.com/excel/datedif.aspx
    HTH
    Regards, Jeff

  3. #3
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Difference between two dates in months and days

    Hi pleiadeez7

    One way, assuming your start date is in A1:
    Formula: copy to clipboard
    =DATEDIF(A1,TODAY(),"m")&" months "&DATEDIF(A1,TODAY(),"yd")&" days"
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

+ 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