BlackieHamel
Board Regular
- Joined
- May 9, 2014
- Messages
- 93
Consider $100 invested for three years with the following returns:
[TABLE="width: 326"]
<tbody>[TR]
[TD][TABLE="width: 445"]
<tbody>[TR]
[TD]Initial investment[/TD]
[TD="align: right"]$100.00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Return in Year One[/TD]
[TD="align: right"]6.8%[/TD]
[TD="align: right"]106.8%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Return in Year Two[/TD]
[TD="align: right"]-3.0%[/TD]
[TD="align: right"]97.0%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Return in Year Three[/TD]
[TD="align: right"]10.6%[/TD]
[TD="align: right"]110.6%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Terminal Value[/TD]
[TD] $ 114.58[/TD]
[TD="align: right"]4.64%[/TD]
[TD]<== AACR[/TD]
[/TR]
</tbody>[/TABLE]
The values in Column C are calculated by adding 1 to the values in Column B.
Here's the formula I used to calculate the Average Annual Compound Return (AACR) of 4.64%:
There's a more straightforward (or at least shorter) way to do this, but I have forgotten what it is. What I want is to be able to take a set of values like the above {.068, -.03,.106} and calculate the AACR without needing first to create a separate column that adds 1 to these values.
Can someone enlighten me? Thanks.
Blackie
<strike></strike>[/TD]
[TD="align: right"][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 326"]
<tbody>[TR]
[TD][TABLE="width: 445"]
<tbody>[TR]
[TD]Initial investment[/TD]
[TD="align: right"]$100.00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Return in Year One[/TD]
[TD="align: right"]6.8%[/TD]
[TD="align: right"]106.8%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Return in Year Two[/TD]
[TD="align: right"]-3.0%[/TD]
[TD="align: right"]97.0%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Return in Year Three[/TD]
[TD="align: right"]10.6%[/TD]
[TD="align: right"]110.6%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Terminal Value[/TD]
[TD] $ 114.58[/TD]
[TD="align: right"]4.64%[/TD]
[TD]<== AACR[/TD]
[/TR]
</tbody>[/TABLE]
The values in Column C are calculated by adding 1 to the values in Column B.
Here's the formula I used to calculate the Average Annual Compound Return (AACR) of 4.64%:
Code:
=PRODUCT(C2:C4)^(1/3)-1
There's a more straightforward (or at least shorter) way to do this, but I have forgotten what it is. What I want is to be able to take a set of values like the above {.068, -.03,.106} and calculate the AACR without needing first to create a separate column that adds 1 to these values.
Can someone enlighten me? Thanks.
Blackie
<strike></strike>[/TD]
[TD="align: right"][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD="align: right"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]