Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default How can I use excel to calculate average annual ROI...

On May 19, 2:03 pm, pittsburgcat
wrote:
I should have been more specific. I apologize. What I am specifically
trying to determine is: If I purchase a business for $200,000 and sell
it 5 years later for $500,000, how can I get excel to calculate the
average annual rate of return on the initial $200,000 investment.


The specifics simplify things quite a bit. But there still are
different, yet equally valid ways of stating the return on investment.

The simple annual return on investment can be computed by:

=(500000/200000 - 1) / 5

There is nothing wrong with that view of ROI. But many people prefer
a compounded rate of return -- the IRR. But in this case, you do not
need to use Excel's IRR() function.

The compounded annual rate of return can be computed by either the
following equivalent formulas:

=rate(5, 0, -200000, 500000)

=(500000/200000)^(1/5) - 1

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
Dynamic annual average [email protected] Charts and Charting in Excel 4 July 31st 06 11:49 PM
Formulas calculate specified percentage of annual budget in Excel KC Excel Worksheet Functions 1 May 8th 06 05:36 AM
How to: average annual growth [email protected] Excel Worksheet Functions 3 May 3rd 06 06:47 AM
How to: average annual growth [email protected] Excel Worksheet Functions 0 May 2nd 06 07:11 PM
average annual return rathersurf Excel Worksheet Functions 1 July 22nd 05 04:48 AM


All times are GMT +1. The time now is 04:53 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"