Scorecard Calculation - Need Support

MKader

New Member
Joined
May 15, 2015
Messages
19
Hi All,

Need your kind support,

KPI Weight = 15%
Measure = <95% = 0% | = 98% = 12% | >99% = 15%
Score = 96% = ??

Thanks in advance.
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Your definition of the measure is not clear when the score changes

Try this

Assume KPI weight is in cell A1

Then score =

=LOOKUP(A1,{-1E-99,0.95,0.98,0.99},{0,0.12,0.12,0.15})
 
Upvote 0
Thanks Special-K99,

Was aiming in the measure to show the calculation, as more clarification, I was looking for the linear equation that for scoring from 95% to 98% still can get a score out of the Weight reaching 98% scoring [12%].

Thanks again for the support.
 
Upvote 0

Forum statistics

Threads
1,215,528
Messages
6,125,342
Members
449,218
Latest member
Excel Master

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