IRR formula

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.
 
P

Paul Lautman

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?????
 
F

Fred Smith

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


Top