Hello
I’m attempting to analysis survey data using weighted averages but must be making a fundamental mistake. As you can see from the extract below the weighted average should fall somewhere between 60% and 90% yet my result is 57%.
The weightings used have been arrived at by sum of the selection %s divided by the selection percentages. The weighted average formulae used is =SUMPRODUCT($B$5:$K$5,$B$2:$K$2)/SUMPRODUCT(--($B$5:$K$5<>""),$B$2:$K$2) so to ignore blank cells.
I’d greatly appreciate any help you can give. With thanks and regards.
Chris
I’m attempting to analysis survey data using weighted averages but must be making a fundamental mistake. As you can see from the extract below the weighted average should fall somewhere between 60% and 90% yet my result is 57%.
Book2.xlsx | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | SUM | |||||||||||||
2 | Weight: | 0.20 | 0.18 | 0.16 | 0.13 | 0.11 | 0.09 | 0.07 | 0.04 | 0.02 | 0.00 | 1.00 | ||
3 | Selection List: | 90% | 80% | 70% | 60% | 50% | 40% | 30% | 20% | 10% | 0% | 450% | ||
4 | Number of Respondents who selected %: | 20 | 4 | 24 | ||||||||||
5 | %: | 83% | 17% | |||||||||||
6 | ||||||||||||||
7 | Weighted Average: | 57% | ||||||||||||
Local_Arrays (2) |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2:K2 | B2 | =B3/$L$3 |
L2:L4 | L2 | =SUM(B2:K2) |
B5,E5 | B5 | =B4/$L$4 |
B7 | B7 | =SUMPRODUCT($B$5:$K$5,$B$2:$K$2)/SUMPRODUCT(--($B$5:$K$5<>""),$B$2:$K$2) |
The weightings used have been arrived at by sum of the selection %s divided by the selection percentages. The weighted average formulae used is =SUMPRODUCT($B$5:$K$5,$B$2:$K$2)/SUMPRODUCT(--($B$5:$K$5<>""),$B$2:$K$2) so to ignore blank cells.
I’d greatly appreciate any help you can give. With thanks and regards.
Chris