• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Calculating Returns off Data Table

bballman178

New Member
Hello,
I have a data table of gross and net time-weighted returns for each quarter from 6/30/2014 to 3/31/2008. I am trying to set up a matrix that would pull the return figures from the table and calculate time-weighted returns over specific periods based on the starting quarter. I want to have the following return periods: Quarter, YTD, 1-Year (annualized), 2-Year (annualized), 3-Year (annualized), 4-Year (annualized), 5-Year, and Since Inception (annualized). For example, in the matrix, one date would be 9/30/2013, and would further be split into gross and net; what would be the formula to use the data from the data table to calculate the returns for the aforementioned periods based on that 9/30/2013 specific start date? I've attached what I'm working with. Thanks
 

Attachments

  • Returns.xlsx
    12 KB · Views: 7
Bballman178

I have used a few Averageifs() functions and some careful use of Eomonth() and Named Formula to simplify this

See attached:
 

Attachments

  • Returns_Hui.xlsx
    18.1 KB · Views: 4
Thanks Hui, this is great. The only problem is that I'm trying to find the compounded annualized return figures. So for example, if I'm looking at cell J40, the formula would be:
=PRODUCT(1+B11:B18)^(4/COUNT(B11:B18))-1

I just can't figure out how to automatize the spreadsheet
 
Try this
I have put the formulas for J40 at the top for your review
Please check these to ensure your happy
especially the YTD Numbers
 

Attachments

  • Returns_Hui2.xlsx
    23.4 KB · Views: 0
Last edited:
Whoops, Here it is:

Also changed in the previous post
 

Attachments

  • Returns_Hui2.xlsx
    23.4 KB · Views: 8
Back
Top