Hi,
I am trying to find a way to "score" a set of metrics, I have five columns which are all formatted to percentages. I need to achieve a percentage number at the end which shows an average of the five, however 2 of the five metrics should be as high a number as possible and three should be as low as possible, each has a target figure.
example
A Score B Score C Score D Score E Score
Target 100% <7% >4% >80% <5%
1 98% 8.5% 3.25% 79% 10%
2 99% 4.5% 2.1% 86% 2.5%
3 100% 3.6% 6% 82% 4.5%
I cannot simply sum the figures as the low percentages should be as low as poss and this gives an inaccurate answer.
Any help would be much appreciated.
I am trying to find a way to "score" a set of metrics, I have five columns which are all formatted to percentages. I need to achieve a percentage number at the end which shows an average of the five, however 2 of the five metrics should be as high a number as possible and three should be as low as possible, each has a target figure.
example
A Score B Score C Score D Score E Score
Target 100% <7% >4% >80% <5%
1 98% 8.5% 3.25% 79% 10%
2 99% 4.5% 2.1% 86% 2.5%
3 100% 3.6% 6% 82% 4.5%
I cannot simply sum the figures as the low percentages should be as low as poss and this gives an inaccurate answer.
Any help would be much appreciated.