Imran Azam
Board Regular
- Joined
- Mar 15, 2011
- Messages
- 103
Hi guys
i have kpi results data below for one person
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Alex[/TD]
[/TR]
[TR]
[TD]win rate[/TD]
[TD]56%[/TD]
[/TR]
[TR]
[TD]renewed[/TD]
[TD]5%[/TD]
[/TR]
[TR]
[TD]answered[/TD]
[TD]25%[/TD]
[/TR]
[TR]
[TD]over all Score[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to create a formula or come up with away to calculate the over all score.
To get the over all score you need to score each kpi first and then sum all that up
to.
The logic to score each kpi is below
If answered >= 50% then 100, winrate between 40%-49%, 75, if winrate between 20%-39%, 50 else 0
If renewed>= 20% then 100, winrate between 10%-19%, 75, if winrate between 9%-5%, 50 else 0
If winrate >= 30% then 100, winrate between 15%-29%, 75, if winrate between 5%-15%, 50 else 0
to get the over all score the above three need to be summed, the overall score for the above should show 225
is there anyway i can create 1 formula to carry this out?
thanks
i have kpi results data below for one person
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Alex[/TD]
[/TR]
[TR]
[TD]win rate[/TD]
[TD]56%[/TD]
[/TR]
[TR]
[TD]renewed[/TD]
[TD]5%[/TD]
[/TR]
[TR]
[TD]answered[/TD]
[TD]25%[/TD]
[/TR]
[TR]
[TD]over all Score[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to create a formula or come up with away to calculate the over all score.
To get the over all score you need to score each kpi first and then sum all that up
to.
The logic to score each kpi is below
If answered >= 50% then 100, winrate between 40%-49%, 75, if winrate between 20%-39%, 50 else 0
If renewed>= 20% then 100, winrate between 10%-19%, 75, if winrate between 9%-5%, 50 else 0
If winrate >= 30% then 100, winrate between 15%-29%, 75, if winrate between 5%-15%, 50 else 0
to get the over all score the above three need to be summed, the overall score for the above should show 225
is there anyway i can create 1 formula to carry this out?
thanks