Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vane0326
 
Posts: n/a
Default Vacation Accrual formula


Hi everyone,

I need some help on vacation accrual. I'll try to explain as best as
I could.

Employees accrue vacation hours on a weekly basis as follows:

If the employee works more than or equal to 24 hrs. of that week then
it will accrue to the following,

( Hiring Date )

0 – 1 years .77 per week for a total of 40 hours of vacation
time.

2 – 7 years 1.54 hrs per week for a total of 80 hours of
vacation time.

8 – 15 years 2.31 hrs per week for a total of 120 hours of
vacation time.

16 – 25 years 3.08 hrs per week for a total of 160 hours of
vacation time.

26 - + years 3.85 hrs per week for a total of 200 hours of vacation
time.

Employees accrue the full weekly benefit if they have at least 24
regular hours processed through payroll. Regular hours include holiday
hrs and vacation hours i.e., employee is on vacation and Its process the
vacation hours through payroll they will accrue the maximum vacation
hours allowed.


In cell D25 is the formula I would like.


+-------------------------------------------------------------------+
|Filename: Vacation Accrual.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4785 |
+-------------------------------------------------------------------+

--
vane0326
------------------------------------------------------------------------
vane0326's Profile: http://www.excelforum.com/member.php...o&userid=14731
View this thread: http://www.excelforum.com/showthread...hreadid=543293

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Vacation Accrual formula

vane0326 wrote:
I need some help on vacation accrual.


I did not look your spreadsheet. If A25 contains the number of years
of service, the vacation accrual rate could be, in B25:

=lookup(A25, {0, 2, 8, 16, 26; 0.77, 1.54, 2.31, 3.08, 3.85})

Pay close attention to comma, semicolons and curly braces in that
formula.

For any particular week, if C25 contains the number of hours worked
in that week, the amount of vacation time accrued for the week could
be, in D25:

=if(C25 < 24, 0, B25)

How you determine number hours worked in a week is a completely
separate matter.

HTH.


----------
vane0326 wrote:
Hi everyone,

I need some help on vacation accrual. I'll try to explain as best as
I could.

Employees accrue vacation hours on a weekly basis as follows:

If the employee works more than or equal to 24 hrs. of that week then
it will accrue to the following,

( Hiring Date )

0 – 1 years .77 per week for a total of 40 hours of vacation
time.

2 – 7 years 1.54 hrs per week for a total of 80 hours of
vacation time.

8 – 15 years 2.31 hrs per week for a total of 120 hours of
vacation time.

16 – 25 years 3.08 hrs per week for a total of 160 hours of
vacation time.

26 - + years 3.85 hrs per week for a total of 200 hours of vacation
time.

Employees accrue the full weekly benefit if they have at least 24
regular hours processed through payroll. Regular hours include holiday
hrs and vacation hours i.e., employee is on vacation and Its process the
vacation hours through payroll they will accrue the maximum vacation
hours allowed.


In cell D25 is the formula I would like.


+-------------------------------------------------------------------+
|Filename: Vacation Accrual.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4785 |
+-------------------------------------------------------------------+

--
vane0326
------------------------------------------------------------------------
vane0326's Profile: http://www.excelforum.com/member.php...o&userid=14731
View this thread: http://www.excelforum.com/showthread...hreadid=543293


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
adding row to forumla carrera Excel Discussion (Misc queries) 9 August 23rd 05 10:24 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 11:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"