+ Reply to Thread
Results 1 to 6 of 6

Calculate Years of Service

  1. #1
    Jerry
    Guest

    Calculate Years of Service

    I am trying to find a formula for determining years of service using a Hire
    Date and then today's date without having another column for today's date. I
    enter my hire dates as mm/dd/yyyy and what to display years of service only
    (no months-days). How can I make that work?
    Thanks,
    Jerry

  2. #2
    Ron de Bruin
    Guest

    Re: Calculate Years of Service

    Hi Jerry

    Try
    =DATEDIF(A2,TODAY(),"y")



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



    "Jerry" <[email protected]> wrote in message news:[email protected]...
    >I am trying to find a formula for determining years of service using a Hire
    > Date and then today's date without having another column for today's date. I
    > enter my hire dates as mm/dd/yyyy and what to display years of service only
    > (no months-days). How can I make that work?
    > Thanks,
    > Jerry




  3. #3
    Alan
    Guest

    Re: Calculate Years of Service

    I assume you want the figure by using only one cell. If an employee started
    on the 19th of May 1978 try
    =(TODAY()-DATE(1978,5,19))/365.25
    Regards,
    "Jerry" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to find a formula for determining years of service using a Hire
    > Date and then today's date without having another column for today's date.
    > I
    > enter my hire dates as mm/dd/yyyy and what to display years of service
    > only
    > (no months-days). How can I make that work?
    > Thanks,
    > Jerry




  4. #4
    Gilles Desjardins
    Guest

    Re: Calculate Years of Service

    Hi Jerry,
    If you activate the Analysis ToolPak (tools, add-ins) you can get the
    "NETWORKDAYS" function, which does not include the weekends or holidays(when
    listed). This is normally done to figure out pentionable time by HR
    personnel.

    Gilles

    "Jerry" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to find a formula for determining years of service using a Hire
    > Date and then today's date without having another column for today's date.
    > I
    > enter my hire dates as mm/dd/yyyy and what to display years of service
    > only
    > (no months-days). How can I make that work?
    > Thanks,
    > Jerry




  5. #5
    Myrna Larson
    Guest

    Re: Calculate Years of Service

    Just curious, but who calculates this in days? Where I worked (a university)
    it was decimal years, i.e 5.03, 28.72, 30.15, etc.

    On Sat, 19 Feb 2005 09:52:58 -0500, "Gilles Desjardins"
    <[email protected]> wrote:

    >listed). This is normally done to figure out pentionable time by HR
    >personnel.



  6. #6
    Gilles Desjardins
    Guest

    Re: Calculate Years of Service

    Don't know Myrna, I would think that calculating by days is more accurate.
    But this is just a guess.
    Gilles

    "Myrna Larson" <[email protected]> wrote in message
    news:[email protected]...
    > Just curious, but who calculates this in days? Where I worked (a
    > university)
    > it was decimal years, i.e 5.03, 28.72, 30.15, etc.
    >
    > On Sat, 19 Feb 2005 09:52:58 -0500, "Gilles Desjardins"
    > <[email protected]> wrote:
    >
    >>listed). This is normally done to figure out pentionable time by HR
    >>personnel.

    >




+ 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