Good day,
I am hoping someone can help me simplify a project to rank our sales force. We need to rank them by 4 criteria and each has a different weight. Here are the columns, criteria and weights:
[TABLE="width: 509"]
<tbody>[TR]
[TD][TABLE="width: 509"]
<tbody>[TR]
[TD]Weight[/TD]
[TD]0.4[/TD]
[TD]0.2[/TD]
[TD]0.25[/TD]
[TD]0.15[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep[/TD]
[TD]% of Budget[/TD]
[TD]% of PY[/TD]
[TD]PY $ Change[/TD]
[TD]Subjective[/TD]
[TD] Rank[/TD]
[/TR]
[TR]
[TD]Rep 1[/TD]
[TD]88%[/TD]
[TD]75%[/TD]
[TD] (71,899.26)[/TD]
[TD] 10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep 2[/TD]
[TD]68%[/TD]
[TD]33%[/TD]
[TD] (141,314.02)[/TD]
[TD] 7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep 3[/TD]
[TD]81%[/TD]
[TD]78%[/TD]
[TD] (80,251.84)[/TD]
[TD] 7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep 4[/TD]
[TD]81%[/TD]
[TD]82%[/TD]
[TD] (45,960.40)[/TD]
[TD] 3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep 5[/TD]
[TD]145%[/TD]
[TD]149%[/TD]
[TD] 27,948.30[/TD]
[TD] 10[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I currently rank each column separately and assign points where the first column is worth 40, then 20, 25, and finally 15. A rep would earn a share of those points based on how high they rank in each column. The total one rep may earn would be 100 if they were the top in each category. I was wondering if there is an easier way to complete this using a single formula. I got stuck because of the switch in criteria between percentages and whole numbers.
Thanks in advance for any help you wonderful people may be able to provide.
I am hoping someone can help me simplify a project to rank our sales force. We need to rank them by 4 criteria and each has a different weight. Here are the columns, criteria and weights:
[TABLE="width: 509"]
<tbody>[TR]
[TD][TABLE="width: 509"]
<tbody>[TR]
[TD]Weight[/TD]
[TD]0.4[/TD]
[TD]0.2[/TD]
[TD]0.25[/TD]
[TD]0.15[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep[/TD]
[TD]% of Budget[/TD]
[TD]% of PY[/TD]
[TD]PY $ Change[/TD]
[TD]Subjective[/TD]
[TD] Rank[/TD]
[/TR]
[TR]
[TD]Rep 1[/TD]
[TD]88%[/TD]
[TD]75%[/TD]
[TD] (71,899.26)[/TD]
[TD] 10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep 2[/TD]
[TD]68%[/TD]
[TD]33%[/TD]
[TD] (141,314.02)[/TD]
[TD] 7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep 3[/TD]
[TD]81%[/TD]
[TD]78%[/TD]
[TD] (80,251.84)[/TD]
[TD] 7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep 4[/TD]
[TD]81%[/TD]
[TD]82%[/TD]
[TD] (45,960.40)[/TD]
[TD] 3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rep 5[/TD]
[TD]145%[/TD]
[TD]149%[/TD]
[TD] 27,948.30[/TD]
[TD] 10[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I currently rank each column separately and assign points where the first column is worth 40, then 20, 25, and finally 15. A rep would earn a share of those points based on how high they rank in each column. The total one rep may earn would be 100 if they were the top in each category. I was wondering if there is an easier way to complete this using a single formula. I got stuck because of the switch in criteria between percentages and whole numbers.
Thanks in advance for any help you wonderful people may be able to provide.