I have a group of numbers:
2008 2002
ABC 25 13
BCD 37 12
EFG 42 35
HIJ 32 23
I'm using the growth rate per year formula to calculate the average growth rate for each company:
CAGR: =((End Value/Start Value)^(1/(Periods - 1)) -1
If I wanted to get a rate for all companies combined, would I average each year and then run the CAGR formula on those values (average of average?), or would I sum the all values for each year and run the CAGR?
I'm getting different responses on google.
2008 2002
ABC 25 13
BCD 37 12
EFG 42 35
HIJ 32 23
I'm using the growth rate per year formula to calculate the average growth rate for each company:
CAGR: =((End Value/Start Value)^(1/(Periods - 1)) -1
If I wanted to get a rate for all companies combined, would I average each year and then run the CAGR formula on those values (average of average?), or would I sum the all values for each year and run the CAGR?
I'm getting different responses on google.
