IRR formula

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

Guest

Hi,

I have dates in column A, and payments into a fund in column B. The
payments are not uniform and the dates are random, so I want to calculate the
IRR, based on todays date. One way is to put in column C the payment and the
formula

B1*(1+$D$1^(Today()-A1)/365)) for all the rows and do a goal seek on D1.
The goal seek on the value today, which I know + comes from another source.

Is there a way to do this in one formula, I tried using arrays and
sumproduct but could not figure anything out?

Thanks for your help.
 
Jeff said:
Hi,

I have dates in column A, and payments into a fund in column B. The
payments are not uniform and the dates are random, so I want to
calculate the IRR, based on todays date. One way is to put in column
C the payment and the formula

B1*(1+$D$1^(Today()-A1)/365)) for all the rows and do a goal seek on
D1.
The goal seek on the value today, which I know + comes from another
source.

Is there a way to do this in one formula, I tried using arrays and
sumproduct but could not figure anything out?

Thanks for your help.

But you are only showing us one formula?????
 
You want the XIRR function. It's in the Analysis Toolpak which you may need to
load with Tools>Addins.

Feed it your cash flows and your dates and, voila, it will return the IRR.
 

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

Similar Threads

Date and amount of last payment 3
IRR&NPV Financial lease 8
SUMPRODUCT 2
IRR error 2
Excell formula 1
IF...payment rates 3
Calculating Days Late 1
finding the results of changing 4 variables 3

Back
Top