Need help creating function to calculate vacation time

xancthus

New Member
Joined
Mar 10, 2005
Messages
3
To start off, I have excel 2003. I am the new HR assistant and i am in charge of keeping track of and calculating how much vacation and sick time an employee gets. I want to create a formula that will automatically figure it out for me. The way my spreadsheet if setup, is that for every year an employee has worked here, they get a higher amount of vacation time accrued. Every two weeks, and employee gets 1.54 hours of vacation time if they are full time employees. That is for the 1st year of employ. During the second year of service, the employee gets 2.15 hours of vacation time every two weeks. And the amount increases every year.
What I want the function to do, is to automatically increase the vacation time every two weeks. If it could do this based on the hire date that would be great. So, if I input their hire date on one cell and have it know to add 1.54 to their vacation time every 14 days on a different cell, this would save me hours of labor. Is this possible?
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hi, welcome to the board!

What is the amount that it increases every year, does this increasing amount have a cap on it at some point and is there a maximum amount of vacation time that can be accrued?
 
Upvote 0
re:

Every year it increases a different amount.
1st year 1.54 hours per pay period (2 weeks) 40 hrs max
2nd 2.15 hrs 56 hrs max
3rd 2.77 hrs 72 hrs max
4th 3.39 hrs 88 hrs max
5th 4.00 hrs 104 hrs max
6th and up 4.62 hrs 120 hrs max
 
Upvote 0
You could try something like this:
Book1
ABCDEFGHIJKLMN
2Hours/2Wks>>1.542.152.773.394.004.624.624.624.624.62
3NameHireDatetoDateYrsService12345678910
4Katie5/1/20038924049   
5Frank8/2/199679594056728810412012012075 
6Joe7/2/200032954056728873
7Anna3/1/2005212    
Sheet1


This will caculate how many vacation hours employees have accumulated to date, based on hire date.

This is rather quick and dirty, though; others may have a better solution.
 
Upvote 0
Associates are only allowed to carry over 40 hours of unused vacation time.
The way I'm tracking used time is from an excel template I got from office online. It's called employee absence tracker. here is the link so you can see what I'm using.

http://office.microsoft.com/en-us/templates/TC062561561033.aspx

I plan to make the actual vacation tracker that your showing me as the first page in the spreedsheet. Then the second page shows the total vacation alloted and used, then the rest of the sheets are the months.
 
Upvote 0

Forum statistics

Threads
1,216,765
Messages
6,132,594
Members
449,737
Latest member
naes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top