+ Reply to Thread
Results 1 to 8 of 8

Vacation and Sick Tracking

  1. #1
    Registered User
    Join Date
    08-12-2010
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Vacation and Sick Tracking

    I'm trying to find some way that I can independently track my own vacation and sick time and double check what my employer says I have. I have absolutely no experience with Excel, so bear with me. Fortunately, the vacation and sick time are fairly straightforward.

    1st year vacation acrues at 5 hrs per month with a maximum accumulation of 168 hours.
    1st through 3rd year sick time acrues at 5 hrs per month with a maximum accumlation of 216 hours.

    2nd - 3rd year vacation acrues at 10 hours per month with a max of 168 hours.

    4th -5th year vacation acrues at 13 hours per month with a max of 168 hours.

    4th-5th year sick acrues at 7 hours per month with a max of 408 hours.

    I don't mean to burden everyone, but I need some way to track the vacation and sick hours and be able to subtract hours I've used so that it updates my total. Can anyone help me?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Vacation and Sick Tracking

    Are you looking at starting a fresh spreadsheet for each year or do you want to track within a single spreadsheet over multiple years? Are you allowed to carry over time from year to year and if so, are there limitations?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    08-12-2010
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Vacation and Sick Tracking

    I can do whichever is easier, either make a new sheet every year use the same one.

    Yes, I can carry over balances as long as it doesn't go over the maximum time I listed. I typically use most of my time in a year. I will carry a couple days worth, 20 or so hours, into the next year in case something happens. But I don't forsee me hitting the maximum time allowed.

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Vacation and Sick Tracking

    Do accruals calculate at the beginning or end of the month, i.e.
    Jan 1, do you have 5 hrs sick time already and 10 hr on Feb 1st OR do you have 0 on Jan 1 and 5 on Feb 1st?

    Also, does vacation and sick time accrue from hire date or some other formula?
    When you say 1st year, does that mean after 1 year employment or upon hiring?
    Last edited by ChemistB; 08-12-2010 at 12:55 PM.

  5. #5
    Registered User
    Join Date
    08-12-2010
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Vacation and Sick Tracking

    Good question. I would say at the end of the month, probably. My sick and personal leave get updated when I receive my last paycheck of the month. So probably the end of the month to be on the safe side.

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Vacation and Sick Tracking

    Okay, I'm attaching a workbook.
    I created a table for years worked versus sick and vacation time on sheet 2 and called it "Table"
    To get Vac time earned = would be
    (Months of year -1) * hrs earned per month (depending on how many years of service)
    VLOOKUP($C$2,Table,4) looks at years of service (C2) and returns from Table what's in the 4th column (hrs/month). Then add carry over (C3). However it can't be more than the maximum so we put everything inside a MIN statement and it looks like this;

    =MIN(VLOOKUP($C$2,Table,5),(MONTH(TODAY())-1)*VLOOKUP($C$2,Table,4)+$C$3)

    Sick time is similar.

    Then to subtract what you've already taken
    =SUMIF($B$8:$B$200,"V",$C$8:$C$200) sums up the hours of vacation you've taken this year.
    Any questions?
    Does this work for you?
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    08-12-2010
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Vacation and Sick Tracking

    That's going to work excellent! Thanks a ton!

  8. #8
    Registered User
    Join Date
    01-12-2011
    Location
    Albuquerque, NM
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Vacation and Sick Tracking

    I want to build a spread sheet to track my cumulative available vacation time based upon my office's accrual rate of one hour earned per seventeen hours worked. Thanks in advance for your help.

+ 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