IRR

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table with a series of cash flows I want to query and then calculate
the IRR in a report.

How do you assign the cash flows to the =irr function? Each cash flow is
identified in the table as a field (ie: year 0, year 1, year 2, etc.).

Appreciate any help with this.
 
Hi Dudley,
Do a google search on this, you will find good information.
The method cited is to load the IRR function with array of values. You can
build the array by:

- using GetRows method
- looping through a recordset

You might also want to check with Access help regarding the above options.
I'm sorry I can't be more specific, but this may get you started.


HTH,
Immanuel Sibero
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top