O
OxonLad
I have an incentive matrix that pays a reward based on a range of
satisfaction scores. The target satisfaction score is also dependent on the
number of employees of the company being measured. As an example,
Payment X(<11) Y(>11<19) Z(>19)
500 60 63 68
1000 70 72 76
1500 80 82 84
2500 90 91 93
where x, y and Z are the number of employees and the payment is in the left
hand column. So, if a company with 15 employees achieves a score of 72.5
they get 1000, a score of 82.5 earns 1500 and so on
I have a cell containing number of employees (say A1) and the score (say B1)
with the payment header in, say, C1 and the rows/columns running from this.
At the moment I have a very long nested If statement that tests the numbers
of employees and then the survery score - there must be an easier way to
establish the intersection point and hence the payment but I can't see it.
Anybody help? I'd rather not VBA it
Thanks
satisfaction scores. The target satisfaction score is also dependent on the
number of employees of the company being measured. As an example,
Payment X(<11) Y(>11<19) Z(>19)
500 60 63 68
1000 70 72 76
1500 80 82 84
2500 90 91 93
where x, y and Z are the number of employees and the payment is in the left
hand column. So, if a company with 15 employees achieves a score of 72.5
they get 1000, a score of 82.5 earns 1500 and so on
I have a cell containing number of employees (say A1) and the score (say B1)
with the payment header in, say, C1 and the rows/columns running from this.
At the moment I have a very long nested If statement that tests the numbers
of employees and then the survery score - there must be an easier way to
establish the intersection point and hence the payment but I can't see it.
Anybody help? I'd rather not VBA it
Thanks