Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a small number of employees who begin work with me at different times.
They each received 28 days Annual Leave which falls due on the day of their anniversary. I need to calcualte the leave at any given time that they are owed or have taken. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Aussie Peter,
Would not Access databse be best for this? However Excel can do what you ask and I make the following suggestion. Two calculations seem to be required. First how many full years has the person been working for you. Second how many days leave are owing. First have the date of engagement in one cell say (A1) and locked out. In the next cell (say B1) have this formula =INT((Now()-A1)/365). This will give you the whole number of years since the person started work with you. The total number of days leave since starting is then 28*B1, so in say cell C1 put this formula in =28*B1. Presumably you will have a column which records the number of days leave taken (lets say D1) then the remaining days leave is simply in cell E1 place the formula (C1-D1). So shifting the references across one column you would likely have the persons name in column A, start date in Column B, a calculated value (number of full years employed) in column C, a calculated value for the total number of days leave taken since starting in column D and the remaining days leave in column E. Hope this is what you were after. Regards from the kiwi, DavidC "Aussie Peter" wrote: I have a small number of employees who begin work with me at different times. They each received 28 days Annual Leave which falls due on the day of their anniversary. I need to calcualte the leave at any given time that they are owed or have taken. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need a template for Employee annual leave tracking | Excel Discussion (Misc queries) | |||
Annual leave calender year 2006 - template | Excel Discussion (Misc queries) | |||
Tracking annual leave | New Users to Excel | |||
annual leave planner for approx 100 staff members | Excel Discussion (Misc queries) | |||
How do you calc half day annual leave on a xls spread sheet using. | Excel Worksheet Functions |