internal rate of return

  1. X

    Can anybody tell me why this implementation of the secant method does not work?

    I want to implement the secant method in order to find the internal rate of return of an investment. Public Function irr(payment As Double, endValue As Double, T As Integer) As Double Dim x0 As Double Dim x1 As Double Dim f0 As Double Dim f1 As Double Dim temp As...
  2. S

    Need help with a slightly modified Internal Rate of Return calculation

    I need to find a "baseline" rate of return calculation that finds the baseline rate of return, given annual deviations from the baseline rate and the CAGR for the entire duration. This could be either a formula or a VBA macro. Here's an example. CAGR 10% Year#) Beginning...
  3. S

    Internal Rate of Return

    Consider the cash flows seen here. The internal rate of return on the cashflows (rounded to the nearest 1%) is ....... Date Cash Flow 4/10/2011 -1000 5/1/2012 500 1/1/2014 600 4/10/2015 700

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top