+ Reply to Thread
Results 1 to 5 of 5

Calculating Average Annual Returns from a Series of Annual Returns

  1. #1
    Registered User
    Join Date
    02-10-2010
    Location
    Boston, USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Question Calculating Average Annual Returns from a Series of Annual Returns

    Hello,

    I am looking to calculate the average annual return from a series of annual returns using excel. What is the best formula to do it? For example, I have in excel:

    2008 2009 2010 2011 Avg Annual
    -32% +22% -5% +11% ?

    I have researched this and understand geomean function is helpful except that it doesn't work when you have negative returns. You can fix that by converting the percentages to a number like -32% = 0.68 and +22% = 1.22 etc. So I can get the answer using multiple steps but I am sure there is a relatively easy way to do it using the data I have. Any ideas?

    Thanks.

  2. #2
    Registered User
    Join Date
    03-09-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: Calculating Average Annual Returns from a Series of Annual Returns

    =sum(x:x)/subtotal(2,x:x)

  3. #3
    Registered User
    Join Date
    03-09-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: Calculating Average Annual Returns from a Series of Annual Returns

    Or =AVERAGE(X:X)

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Calculating Average Annual Returns from a Series of Annual Returns

    For a proper average, it would be better to add the actual original values that were used to calulate the % in the 1st place, and then use that grand total to work out your average. A % is in effect an average of sorts, so trying to average the %'s the way you want, will give you an average of an average.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    03-09-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: Calculating Average Annual Returns from a Series of Annual Returns

    Definitely if you wanted to do weighted average, good point.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1