Hello!
Im trying to work out a formula to calculate weightings based on scores, with some metrics being critical and worth the full 100%.
Essentially, the metrics worth 100% would create an immediate fail, where as the ones worth 20% would have to have 5 failings for 100%, otherwise 2 = 40% ETC.
Thanks heaps!
Im trying to work out a formula to calculate weightings based on scores, with some metrics being critical and worth the full 100%.
Essentially, the metrics worth 100% would create an immediate fail, where as the ones worth 20% would have to have 5 failings for 100%, otherwise 2 = 40% ETC.
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Metric | Failings | Weighting | ||
2 | a | 0 | 20% | ||
3 | b | 0 | 20% | ||
4 | c | 0 | 20% | ||
5 | d | 0 | 20% | ||
6 | e | 0 | 100% | ||
7 | f | 0 | 20% | ||
8 | g | 5 | 20% | ||
9 | h | 0 | 20% | ||
10 | i | 20% | |||
11 | j | 20% | |||
12 | k | 0 | 100% | ||
13 | l | 0 | 100% | ||
14 | m | 0 | 20% | ||
15 | n | 0 | 20% | ||
Sheet1 |
Thanks heaps!