Results 1 to 13 of 13

Vacation Hour Formula

Threaded View

  1. #1
    Forum Contributor Gtrtim112's Avatar
    Join Date
    04-12-2013
    Location
    Alabama, USA
    MS-Off Ver
    Excel 2016
    Posts
    335

    Thumbs up Vacation Hour Formula

    PART 1

    I currently have a spreadsheet that I use for employee vacations. Our vacations are based on hire dates in lieu of the calendar year. Currently, the following formula is in place to properly figure the employee's eligible balance.

    =IF(E2="FT",LOOKUP(DATEDIF(C2,TODAY(),"y"),{0,1,2,9,18;0,40,80,120,160}),0)

    This basically states that if the employee is full time (hence FT), they will receive vacation time based on their hire date and today's date. 1 year will get them 40 hours, 2 years gets them 80 hours, etc.

    Our policy is changing so my formula will need to also. The only difference is that now, FT employees will receive 24 hours of vacation after 90 days. The rest stays the same. The one sidenote on this is that it DOES NOT include supervisors, which are salaried employees, only hourly. In my attached spreadsheet. So, I'll need the formula to exclude anyone who is a supervisor... this information is noted in a column on the attached spreadsheet.

    Part 2

    We also have personal days. These are based off of calendar year and the formula I currently use is..

    =IF(AND(E2="FT",YEAR(C2)<YEAR(TODAY()),D2<>"Supervisor"),16,0)

    This basically states that anyone that is full time, with the exception of supervisors, will receive 16 hours of personal days at the beginning of each year.

    Our policy on this is changing also. The difference now is that we will also give part time (PT) DOCK employees 24 hours of personal days. This 24 hours is accrued in one hour increments. For every 30 hours worked, they gain 1 hour of personal day time. I currently don't have a column for "Hours Worked" but can add one.

    ****************************

    So, I know that's a lot to ask for but I've yet to stump anyone in these message forums. Every time I've posted something difficult, someone has been able to figure it out. I'm hoping for the same here.

    I've attached my example spreadsheet.

    Thanks for taking a look!
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula to convert 24 hour day to 8 hour (working) day?
    By miro2021 in forum Excel General
    Replies: 4
    Last Post: 07-31-2017, 10:06 AM
  2. Replies: 3
    Last Post: 10-16-2013, 09:05 PM
  3. Formula for vacation accrual
    By zandiago1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-20-2013, 09:48 PM
  4. Vacation Formula
    By fon_tana in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-28-2012, 07:33 PM
  5. How to stop vacation hours calculation on vacation day
    By jerger in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-15-2009, 02:06 PM

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