B
_Bigred
(Excel 2000)
I have a field that contains the following formula: (It will check a column
H for total years of service and put the various value in "column y". So
example if employee only has 4 years seniority they get "0" for a length of
service check.
It works great for that, but when I try to set a cell to give me the average
of everyone's length of service it won't work. I have tried to do average,
count, sum etc.. on this column but can't seem to get it working).
=IF(H8<5,"0",IF(H8<10,"50",IF(H8<15,"100",IF(H8<20,"150",IF(H8<25,"200",IF(H
8<40,"250"))))))
Any ideas on how to make these work would be awesome.
TIA,
_Bigred
I have a field that contains the following formula: (It will check a column
H for total years of service and put the various value in "column y". So
example if employee only has 4 years seniority they get "0" for a length of
service check.
It works great for that, but when I try to set a cell to give me the average
of everyone's length of service it won't work. I have tried to do average,
count, sum etc.. on this column but can't seem to get it working).
=IF(H8<5,"0",IF(H8<10,"50",IF(H8<15,"100",IF(H8<20,"150",IF(H8<25,"200",IF(H
8<40,"250"))))))
Any ideas on how to make these work would be awesome.
TIA,
_Bigred