+ Reply to Thread
Results 1 to 3 of 3

difference between two dates in years, months and days.

  1. #1
    ruby
    Guest

    difference between two dates in years, months and days.

    I want to calculate number of years, months and days between a hire date and
    today's date.

  2. #2
    Ron de Bruin
    Guest

    Re: difference between two dates in years, months and days.

    Try this with the hire date in C4

    =DATEDIF(C4,TODAY(),"y") & " y " & DATEDIF(C4,TODAY(),"ym") & " m " & DATEDIF(C4,TODAY(),"md") & " d"

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "ruby" <[email protected]> wrote in message news:[email protected]...
    >I want to calculate number of years, months and days between a hire date and
    > today's date.




  3. #3
    Duke Carey
    Guest

    RE: difference between two dates in years, months and days.

    Look at the advice offered at this link

    http://www.cpearson.com/excel/datedif.htm



    "ruby" wrote:

    > I want to calculate number of years, months and days between a hire date and
    > today's date.


+ 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