KPI - Help required

Thiroshg

New Member
Joined
Jul 24, 2018
Messages
3
I need assistance on a formula to return the KPI scores based on the weighting on the below: The formula should read the number on under detail which in row 1 is 31 and return a kpi score from 0 in line 1 as per the scoring criteria.


A
KPIDetailWEIGHTINGSCOREKPI543210
ABSENCE INSTANCES3115%0 to 34 to 66 to 88 to 1010 to 1212 +
AWOL INSTANCES105% 001 to 23 to 44 to 55 to 66+
CALLS TAKEN1344820% 018001+17001-1800016001-1700015001-1600014001-15000>14000
FAXES WORKED18045% 03500+3001-35002501-30001501-25001500-1001>1000
Late Coming Instances2315% 0<910 to 1515 to 2020 to 3030 to 4040+
LUNCH AVR MINUTES295% 0<2425 to 293031 to 3535 to 4040 +
Other Pauses (Agents Saved)-135% 0<-15-100101520+
TALKTIME HOURS84220% 01601+1501-16001401-15001301-14001201-1300>1200
TEA AVER MINUTES155% 0<1011 to 141516 to 2021 to 2530+
TOILET AVERAGE MINUTES75% 0<56 to 192021 to 2526 to 3030 +

<colgroup><col><col><col><col><col span="3"><col><col><col span="2"></colgroup><tbody>
</tbody>
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Hi. Its going to be difficult the way you have this set up. First things first. Your groups arent distinct. If ive taken 6 days off do i score 4 points or 3? 6 days is covered by both groups 4 to 6 and 6 to 8.
 
Upvote 0
3ABcdefghijk
4KPIDetailWEIGHTINGSCOREKPI543210
5ABSENCE INSTANCES3115%00 to 34 to 66 to 88 to 1010 to 1212 +
6AWOL INSTANCES105% 001 to 23 to 44 to 55 to 66+
7CALLS TAKEN1344820% 018001+17001-1800016001-1700015001-1600014001-15000>14000
8FAXES WORKED18045% 03500+3001-35002501-30001501-25001500-1001>1000
9Late Coming Instances2315% 0<910 to 1515 to 2020 to 3030 to 4040+
10LUNCH AVR MINUTES295% 0<2425 to 293031 to 3535 to 4040 +
11Other Pauses (Agents Saved)-135% 0<-15-100101520+
12TALKTIME HOURS84220% 01601+1501-16001401-15001301-14001201-1300>1200
13TEA AVER MINUTES155% 0<1011 to 141516 to 2021 to 2530+
14TOILET AVERAGE MINUTES75% 0<56 to 192021 to 2526 to 3030 +

<colgroup><col><col><col><col><col><col span="3"><col><col><col span="2"></colgroup><tbody>
</tbody>


DOES THIS HELP--- 6 absent days will score a 3 rating
 
Upvote 0
No it doesnt. You have ignored what i said. In your table 6 is still covered by two groups. They must be distinct. It happens countless times by the way.
 
Upvote 0
ohhh I see what you mean :
:)Updated

3ABcdefghijk
4KPIDetailWEIGHTINGSCOREKPI543210
5ABSENCE INSTANCES3115%00 to 34 to 56 to 89 to 1011 to 1213 +
6AWOL INSTANCES105% 001 to 23 to 45 to 67 to 89+
7CALLS TAKEN1344820% 018001+17001-1800016001-1700015001-1600014001-15000>14000
8FAXES WORKED18045% 03500+3001-35002501-30001501-25001500-1001>1000
9Late Coming Instances2315% 0<910 to 1516 to 2021 to 3031 to 4041+
10LUNCH AVR MINUTES295% 0<2425 to 293031 to 3536 to 4041 +
11Other Pauses (Agents Saved)-135% 0>-16<-16<-101 to 1011 to 1516+
12TALKTIME HOURS84220% 01601+1501-16001401-15001301-14001201-1300>1200
13TEA AVER MINUTES155% 0<1011 to 141516 to 2021 to 2530+
14TOILET AVERAGE MINUTES75% 0<56 to 192021 to 2526 to 3030 +
TOTAL0

<colgroup><col><col><col><col><col><col><col span="6"></colgroup><tbody>
</tbody>
 
Upvote 0
Ok i think i get it. Change your table to look like this:

KPIDetailWEIGHTINGSCOREKPI543210
ABSENCE INSTANCES3115%004691113
AWOL INSTANCES105%0013579
CALLS TAKEN1344820%018001170011600115001140010
FAXES WORKED18045%0350130012501150110010
Late Coming Instances2315%001016213141
LUNCH AVR MINUTES295%002530313641
Other Pauses (Agents Saved)-135%0-1000-1011116
TALKTIME HOURS84220%0160115011401130112010
TEA AVER MINUTES155%001115162130
TOILET AVERAGE MINUTES75%00620212630

<tbody>
</tbody>

Then in D5 place this:

=IF(F5>G5,INDEX($F$4:$K$4,MATCH(1,INDEX(--(F5:K5 < B5),0),0)),LOOKUP(B5,F5:K5,$F$4:$K$4))<b5),0),0)),lookup(b5,f5:k5,$f$4:$k$4))


Copy down.</b5),0),0)),lookup(b5,f5:k5,$f$4:$k$4))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,839
Messages
6,121,892
Members
449,058
Latest member
Guy Boot

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top