G
Guest
I have the following numbers and corresponding growth rates:
A B
1 4197 7.90%
2 4114 8.30%
3 1885 0.50%
4 624 10.50%
5 1051 -3.30%
6 216 16.20%
My problem is the negative growth rate of -3.30% - I want to calculate
the weighted average growth rate and get the following results for the
respective formulas:
=SUMPRODUCT(A1:A6,B1:B6)/SUM(A1:A6) = 6.2%
=SUMPRODUCT(A1:A6,ABS(B1:B6))/SUM(A1:A6) = 6.8%
Do I need the ABS() function or not? Which would be the correct result?
Thanks!
JK
A B
1 4197 7.90%
2 4114 8.30%
3 1885 0.50%
4 624 10.50%
5 1051 -3.30%
6 216 16.20%
My problem is the negative growth rate of -3.30% - I want to calculate
the weighted average growth rate and get the following results for the
respective formulas:
=SUMPRODUCT(A1:A6,B1:B6)/SUM(A1:A6) = 6.2%
=SUMPRODUCT(A1:A6,ABS(B1:B6))/SUM(A1:A6) = 6.8%
Do I need the ABS() function or not? Which would be the correct result?
Thanks!
JK