Hi,
I have a table of monthly performance data where each new month the previous month's performance is annotated. I'm looking to use a formula that calculates the 1, 3, 5 year returns automatically and allows for the fact that the table or performance data increases each month.
This formula works for calculating the returns of the periods using the offset. This is the 1-year calculation
=(PRODUCT(1+(OFFSET('Data'!B131,-11,0,12))/100)-1)*100
However, the row B131 is currently fixed. I need to make the row number a variable that changes each time new data is added to the table
I have a table of monthly performance data where each new month the previous month's performance is annotated. I'm looking to use a formula that calculates the 1, 3, 5 year returns automatically and allows for the fact that the table or performance data increases each month.
This formula works for calculating the returns of the periods using the offset. This is the 1-year calculation
=(PRODUCT(1+(OFFSET('Data'!B131,-11,0,12))/100)-1)*100
However, the row B131 is currently fixed. I need to make the row number a variable that changes each time new data is added to the table