J
jessmtz19
I have to make a formula using a nested if function to determine the # of
vacation days ea. employee is eligible for based on the employye's job status
in column B and on the #of years employeed in column C.
17days for FT who have worked more than5 years,12days for FT who worked more
than1 year, 7days for FT who have worked 1year or less, 0 for everyone else.
=IF(B6="FT",IF(C6>5,17,IF(C6>1,12,IF(C6<=1,7,0))),"") This is what i came up
but its wrong. then i have toenter a formula using a nested if function with
and and or functions with in it to determine ea. emplyees total family leave
time in column G.5days FT worked 1or more years, 3days FT worked less than
1year or for PT worked more than 2 years,everyone else 0
vacation days ea. employee is eligible for based on the employye's job status
in column B and on the #of years employeed in column C.
17days for FT who have worked more than5 years,12days for FT who worked more
than1 year, 7days for FT who have worked 1year or less, 0 for everyone else.
=IF(B6="FT",IF(C6>5,17,IF(C6>1,12,IF(C6<=1,7,0))),"") This is what i came up
but its wrong. then i have toenter a formula using a nested if function with
and and or functions with in it to determine ea. emplyees total family leave
time in column G.5days FT worked 1or more years, 3days FT worked less than
1year or for PT worked more than 2 years,everyone else 0