#1   Report Post  
Posted to microsoft.public.excel.setup
Rae Rae is offline
external usenet poster
 
Posts: 27
Default vacation with accural

I need to set up a spread sheet for tracking vacation with accurals. I am
not very good at creating formulas. Can anyone help? It goes by the
employee's hire date.
After 1 yr - 1 week vacation
2 - 10 yrs - 2 weeks
10 + years - 3 weeks

We get paid weekly so it needs to accural for each pay period not monthy.
  #2   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 11,058
Default vacation with accural

If the hire date is in A1 then:
=IF((TODAY()-A1)/365.25=10,3,IF(((TODAY()-A1)/365.25=2),2,IF((TODAY()-A1)/365.25=1,1,0)))

--
Gary''s Student


"Rae" wrote:

I need to set up a spread sheet for tracking vacation with accurals. I am
not very good at creating formulas. Can anyone help? It goes by the
employee's hire date.
After 1 yr - 1 week vacation
2 - 10 yrs - 2 weeks
10 + years - 3 weeks

We get paid weekly so it needs to accural for each pay period not monthy.

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
How do I calculation vacation accrual? WizTech Excel Worksheet Functions 2 April 4th 23 10:51 AM
Vacation & Personal Time accural carickly Excel Discussion (Misc queries) 0 October 25th 06 03:39 PM
Vacation Pay Calculation Jaleel Excel Discussion (Misc queries) 5 August 20th 06 02:47 PM
Vacation Time calculation... HELP! brubru Excel Discussion (Misc queries) 1 July 22nd 06 10:10 PM
Vacation Accrual formula vane0326 Excel Worksheet Functions 1 May 19th 06 03:44 AM


All times are GMT +1. The time now is 10:40 AM.

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

About Us

"It's about Microsoft Excel"