+ Reply to Thread
Results 1 to 3 of 3

[SOLVED] Excel Annualized Return Formula

Hybrid View

  1. #1
    Evan
    Guest

    [SOLVED] Excel Annualized Return Formula

    I am looking for a formula that will calculate annualized return.
    Specifically, I have the annual returns for the S&P 500 from 1976 through
    2005. I would like to be able to calculate the annualized (compounded or CAGR)
    rate of return over various time frames. There is no formula listed under
    tools for Annualized return or CAGR in excel. Geo metric mean (GEOMEAN) is
    the closest option but it will not take negative numbers. Can anybody help?

    thanks,

    evanolsen[at]msn[dot]com

  2. #2
    Fred Smith
    Guest

    Re: Excel Annualized Return Formula

    The function to calculate rate of return is RATE. Feed it the start and end
    index values and it will calculate the CAGR for you.

    --
    Regards,
    Fred


    "Evan" <u22336@uwe> wrote in message news:60e38e78130f6@uwe...
    >I am looking for a formula that will calculate annualized return.
    > Specifically, I have the annual returns for the S&P 500 from 1976 through
    > 2005. I would like to be able to calculate the annualized (compounded or CAGR)
    > rate of return over various time frames. There is no formula listed under
    > tools for Annualized return or CAGR in excel. Geo metric mean (GEOMEAN) is
    > the closest option but it will not take negative numbers. Can anybody help?
    >
    > thanks,
    >
    > evanolsen[at]msn[dot]com




  3. #3
    joeu2004@hotmail.com
    Guest

    RE: Excel Annualized Return Formula

    "Evan" wrote:
    > I am looking for a formula that will calculate annualized
    > return. Specifically, I have the annual returns for the S&P
    > 500 from 1976 through 2005. I would like to be able to
    > calculate the annualized (compounded or CAGR) rate of
    > return over various time frames.


    I assume you mean that you want to compute the average
    annual return rate over subset ranges, e.g. 2001-2005.

    The term "annualized return" is usually applied to return
    rates for non-annual periods; e.g. the annualized return of
    a monthly return rate.

    > There is no formula listed under tools for Annualized return
    > or CAGR in excel. Geometric mean (GEOMEAN) is the closest
    > option but it will not take negative numbers. Can anybody help?


    GEOMEAN() should work just fine if you add 1 to all of your
    simple returns, which I assume are year-to-year percentage
    change. For example, if your annual simple return rates are
    in A1:A30, enter the following array formula (ctrl-shift-enter):

    =geomean(1+A1:A30) - 1

    You will probably also want to compute the geometric std dev
    (volatility). Enter the following array formula (ctrl-shift-enter):

    =exp(stdev(ln(1+A1:A30))) - 1

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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