Hi I need to calculate an cummulative rate of return calculation when I only have monthly returns.
For example, the table includes the following returns
Jan- -0.45%
Feb- 1.35%
March- 0.25%
etc..
The formula is basically [(1+January Return)*(1+Feb Return)*(1+March)]-1.
I'm having trouble generating a product of running total, I know you need to do it through variable, but for some reason it's not working for me.
Any help would be greatly appreciated.
Thanks.
For example, the table includes the following returns
Jan- -0.45%
Feb- 1.35%
March- 0.25%
etc..
The formula is basically [(1+January Return)*(1+Feb Return)*(1+March)]-1.
I'm having trouble generating a product of running total, I know you need to do it through variable, but for some reason it's not working for me.
Any help would be greatly appreciated.
Thanks.