Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 418
Default how do you calculate annualised return?

"YC" wrote:
Hi - Anyone out there have the way to calculate the
annualised return for an investment?


That depends on exactly what you mean.

If you have a series of activity (monetary amounts of investments and
returns) on irregular dates, then yes, XIRR is one way to compute an annual
return rate. Be sure to assign opposite signs to the different types of
amounts -- typically, negative numbers for investments and positive numbers
for returns.

But if you mean that you have a periodic return rate (e.g. the return rate
for a quarter), and you want to annualize it, XIRR is overkill and somewhat
contorted to use. The "most common" Excel function to use would be FV,
although many people simply use an exponential expression.

In general, if the periodic rate is "r" and there are "n" periods in a year,
the annualized rate can be computed with either of the following equivalent
formulas (formatting the cell as Percentage):

=fv(r, n, 0, -1) - 1

=(1+r)^n - 1

By the way, if you compare those results with XIRR, you will usually see
some difference. This is because XIRR uses 365/(D2-D1) for "n", where D1 and
D2 are the starting and ending dates of the period. You could do the same in
the formulas above; but that is not how periodic rates are "commonly"
annualized.

Caveat: Some financial engineers use the number of trading days between
starting and ending dates of the period, not the number of calendar days. On
average, there are 252 trading days per year.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I calculate Return on Investment in Excel Jay_very_cool Excel Worksheet Functions 4 April 25th 23 09:03 AM
template for Annualised (Annualized) hours timesheet setsolutions Excel Discussion (Misc queries) 0 April 16th 07 12:14 PM
Calculate the return of irregular deposits Hose Excel Worksheet Functions 0 June 27th 06 11:15 PM
Annualised interest rate Linda Adams Excel Worksheet Functions 2 May 5th 05 06:14 AM
Pivot Table - Running Total Annualised Geoff C Excel Discussion (Misc queries) 2 April 26th 05 08:17 PM


All times are GMT +1. The time now is 09:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"