• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Score calculation based on weightage given & achieved kpi

How we can give a score based on weightage as weightage and achieved score known for different kpi as mentioned
 

Attachments

  • Score card on weightage.xlsx
    11.8 KB · Views: 6
How do you wish to report employees that exceed targets? Are percentages greater than 100% OK? The attached is built from array formulas because that is the default I use, but one version of the formula uses 365 functionality that was only released today.
Code:
= MMULT(Score,TRANSPOSE(weight))

or

= BYROW(weight*achieved/target, SUMλ)
where SUMλ is defined to be
= LAMBDA(x, SUM(x))
 

Attachments

  • Score card on weightage (PB).xlsx
    13.3 KB · Views: 6
Here some condition as
Login hrs <=8:00 then
Attrition <=7% then
Same shrinkage, shift adherence, abandon
And
Quilty >=85% then
Aht >=240 then
 
Back
Top