View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Kimmer Kimmer is offline
external usenet poster
 
Posts: 25
Default Nested IF function

Thank you very much from so far away. I keep thinking I am going to catch on
to this and then I hit a brick wall.
Thank you again.
--
Too old to be in college


"Bill Kuunders" wrote:


=IF(AND(B6="FT",C6=5),17,IF(AND(B6="FT",C6=1),12 ,IF(AND(B6="FT",C6<1),7,0)))

--
Greetings from New Zealand


"Kimmer" wrote in message
...
I am having trouble in my excel class again. Nothing seems to be even
close
to what we do in the book when we get to the assingments.
Need to enter a formula using the Nested If function to determine the
number
of vacation days each employee is eligible for based on the employees job
status in column B and on the number of years employed in Column C.
criteria is: 17days for full-timeemployees who have worked more than 5
years
-- 12days for full-time employees who have worked more then 1
year
7 days for full-time employees who have worked 1 year or
less
0 days for everyone else.
Very first person in the list has been FT for the least amount of time
Name Status yrs employed
A6 B6 C6 are the cells
Abba FT 0.1 data
I am getting totally lost. This is our last assignment and I am ready to
pull my hair out.

thanks to whoever can help.
Too old to be in college