Thread: excell
View Single Post
  #3   Report Post  
Sandy Mann
 
Posts: n/a
Default

Catherine,

I am making some assumptions:

If they are in the company for less than 2 years they are entitle to
20 days between the 1st of January and the 31st of december

I assume that, as in my company, only whole years between 1st January and
31st December are counted. This means that in the first part year, (in your
example between 15th March until the 31st December you get a proportion,(0.6
days) for every month - 15 days in the first part year. After that all
holidays are calculated assuming that the employee will be employed until
31st December. Therefore in your example in the year 2001 the employee
would be due 20 days.



To simplify the formula I used a helper cell, (E1), to calculate the number
of complete years for use in the calculation. If you do not want to use a
helper cell then you will have to replace E1 the formula with the formula in
Cell E1. The employee's start date is in D1 and the formula to calculate
the holidays due is:

=IF(E1=0,INT(DATEDIF(D1,DATE(YEAR(D1),12,31),"m")/12*20),(E10)*20+(E1=2)*2
+(E1=5)*3)

HTH

Sandy

--
to e-mail direct replace @mailinator.com with @tiscali.co.uk


"CATHERINE" wrote in message
...
Hello,
Iam trying very hard to find a fourmula in order to calculate holidays

for my employees.
The problem is as follow...
If they are in the company for less than 2 years they are entitle to
20 days between the 1st of January and the 31st of december
If they are in the company between 2 and 5 years they are entitle to
22 days from their anniversary date.
If they are in the company for more than 5 years they are entitle to
25 days from their anniversary date.

My problem is to take in consideration their anniversary date (ex
starting date the 15 of march 2000 how many holidays does this person

get?)

If anyone could get back to me on this one I will be very gratfull :
Here is the formula I have for the 20 days

=((((IF(C7<0,IF(YEAR(C7)<YEAR(NOW()),20,ROUNDUP(1 .66*(12-MONTH(C7)+(IF(MONT
H(C7)<2,IF(MONTH(C7)7,IF(MOD(MONTH(C7),2)0,30,3 1),IF(MOD(MONTH(C7),2)0,3
1,30)),(IF(MOD(YEAR(C7),4)0,28,29)))-DAY(C7)+1)/IF(MONTH(C7)<2,IF(MONTH(C7
)7,IF(MOD(MONTH(C7),2)0,30,31),IF(MOD(MONTH(C7), 2)0,31,30)),(IF(MOD(YEAR(
C7),4)0,28,29)))),3)),0)))*A7)-Q7)-((((IF(V7<0,IF(YEAR(V7)<YEAR(NOW()),20,
ROUNDUP(1.66*(12-MONTH(V7)+(IF(MONTH(V7)<2,IF(MONTH(V7)7,IF(MOD(M ONTH(V7),
2)0,30,31),IF(MOD(MONTH(V7),2)0,31,30)),(IF(MOD( YEAR(V7),4)0,28,29)))-DAY
(V7)+1)/IF(MONTH(V7)<2,IF(MONTH(V7)7,IF(MOD(MONTH(V7),2) 0,30,31),IF(MOD(M
ONTH(V7),2)0,31,30)),(IF(MOD(YEAR(V7),4)0,28,29) ))),3)),0)))*A7))


:lol: :lol: :lol: :lol: :lol: :lol: :lol: