Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 515
Default creating beginning vacation use and tracking it

You need to know when he started, how many days he gets per year, and how
many he has already taken. Else, on a year to year basis, when his leave
cycle starts, how many days per year he gets, how many days were brought
forward from the previous year, and how many was taken this year.

Lets say you have start date in B2, leave allocation per annum in C2, leave
taken in D2, then for the first scenario, in E2 enter
=ROUND((NOW()-B2)*(C2/365)-D2,0)

For the 2nd scenario, you could have leave cycle start date in B2, leave
allocation per annum in C2, leave brought forward in D2, leave taken this
year in E2, and then in F2 enter =ROUND((NOW()-B3)*(C3/365)+D3-E3,1)

If you have a situation where leave can be accumulated indefinetely, then
the first scenario should work best. However, if you have a situation where
leave may only be carried over to the next year, but is forfeited if not
taken in the 2nd year, then scenario 2 will work better.

--
Hth

Kassie Kasselman
Change xxx to hotmail


"sheetz0507" wrote:

How do I create a worksheet to use employee's hire date and to track vacation
availability based on the hire date?

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
Vacation Tracking Template Pamela S. Excel Discussion (Misc queries) 1 October 24th 07 12:07 AM
Help Creating a points tracking sheet needed Kelly******** Excel Discussion (Misc queries) 0 June 23rd 06 05:35 AM
How to insert tracking numbers into my webpage for RMA tracking wiglady Excel Discussion (Misc queries) 0 April 4th 06 12:44 PM
vacation tracking in excel exhausted everything Setting up and Configuration of Excel 1 March 14th 06 05:28 PM
vacation tracking calendar on exel sheet for 2006 Carol Excel Discussion (Misc queries) 0 November 21st 05 06:46 PM


All times are GMT +1. The time now is 06:30 PM.

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"