+ Reply to Thread
Results 1 to 3 of 3

How do I calculate employment service and display as yy/mm/dd in .

  1. #1
    Bjair
    Guest

    How do I calculate employment service and display as yy/mm/dd in .

    I want to calculate employment service and have it display as year/month/day.
    Example: If I worked from 2/18/85 - 8/1/06 my service would be 21/5/12.

  2. #2
    Franz Verga
    Guest

    Re: How do I calculate employment service and display as yy/mm/dd in .

    Bjair wrote:
    > I want to calculate employment service and have it display as
    > year/month/day. Example: If I worked from 2/18/85 - 8/1/06 my service
    > would be 21/5/12.



    Hi Bjair,

    You can use the DATEDIF function, an old Lotus 1-2-3 function that Excel use
    for compatibility, so you have:

    =DATEDIF(C5;D5;"y")&"/"&DATEDIF(C5;D5;"YM")&"/"&DATEDIF(C5;D5;"MD" )

    where in C5 is your starting date (2/18/85), while in D5 is your ending date
    (8/1/06).

    For more informations about the function you can see here:

    http://office.microsoft.com/en-us/as...609811033.aspx


    --
    Hope I helped you.

    Thanks in advance for your feedback.

    Ciao

    Franz Verga from Italy



  3. #3
    Bjair
    Guest

    Re: How do I calculate employment service and display as yy/mm/dd

    Thank you very much .......

    "Franz Verga" wrote:

    > Bjair wrote:
    > > I want to calculate employment service and have it display as
    > > year/month/day. Example: If I worked from 2/18/85 - 8/1/06 my service
    > > would be 21/5/12.

    >
    >
    > Hi Bjair,
    >
    > You can use the DATEDIF function, an old Lotus 1-2-3 function that Excel use
    > for compatibility, so you have:
    >
    > =DATEDIF(C5;D5;"y")&"/"&DATEDIF(C5;D5;"YM")&"/"&DATEDIF(C5;D5;"MD" )
    >
    > where in C5 is your starting date (2/18/85), while in D5 is your ending date
    > (8/1/06).
    >
    > For more informations about the function you can see here:
    >
    > http://office.microsoft.com/en-us/as...609811033.aspx
    >
    >
    > --
    > Hope I helped you.
    >
    > Thanks in advance for your feedback.
    >
    > Ciao
    >
    > Franz Verga from Italy
    >
    >
    >


+ 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