Roballistic
New Member
- Joined
- Jan 14, 2021
- Messages
- 11
- Office Version
- 365
- Platform
- Windows
Example_Submitted_2.2.2021.xlsx | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | |||
1 | Weighting=> | 20.0% | 20.0% | 5.0% | 10.0% | 20.0% | 15.0% | 10.0% | |||||||||||||||
2 | Work Completed | Metric A (#) | Metric B (#) | Metric C (#) | Metric D (#) | Metric E (%) | Metric F (%) | Metric G (%) | Weighted Score | ||||||||||||||
3 | January | 48 | 2 | 1 | 1 | 1 | 98.0% | 94.0% | 98.0% | 96.9% | <= This Weighted Score calculates correctly when we have a value in every cell (C3:I3) | ||||||||||||
4 | February | 30 | 100.0% | 98.0% | 84.8% | <= This Weighted Score calculates incorrectly when we have no value in some cells (C4:F4, H4) | |||||||||||||||||
5 | March | 25 | 1 | 2 | 100.0% | 100.0% | 95.0% | 98.3% | <= This Weighted Score calculates incorrectly when we have no value in some cells (D5, F5) | ||||||||||||||
6 | April | 60 | 55.0% | ||||||||||||||||||||
7 | May | 10 | 55.0% | QUESTION: | |||||||||||||||||||
8 | June | 3 | 55.0% | Is there a way to recalibrate the weight of each matric if 1 or more of the values are blank? | |||||||||||||||||||
9 | July | 4 | 55.0% | For example, Can Excel look at these 7 metrics and original distribution of weighting for each | |||||||||||||||||||
10 | August | 89 | 55.0% | and then when it sees only 5 apply, it can recalculate weighting based on only 5 metrics?? | |||||||||||||||||||
11 | September | 20 | 55.0% | ||||||||||||||||||||
12 | October | 15 | 55.0% | ||||||||||||||||||||
13 | November | 54 | 55.0% | ||||||||||||||||||||
14 | December | 23 | 55.0% | ||||||||||||||||||||
15 | Total | 381 | 3 | 1 | 3 | 1 | 99.3% | 97.0% | 97.0% | 98.8% | |||||||||||||
16 | |||||||||||||||||||||||
Example |
Cell Formulas | ||
---|---|---|
Range | Formula | |
J3:J15 | J3 | =(((1-C3/$B3)*$C$1)+((1-D3/$B3)*$D$1)+((1-E3/$B3)*$E$1)+((1-F3/$B3)*$F$1)+((G3*$G$1)+((H3*$H$1)+(I3*$I$1)))) |
B15:F15 | B15 | =SUM(B3:B14) |
G15:I15 | G15 | =AVERAGE(G3:G14) |