Hello,
I have used the function below to get the IRR on a chased project.
For some reason it works only for the project on the first line (A in this case). If I would switch A and B on the first 2 lines then I would get only the IRR for B and zero for A.
Any idea why it does not work for all projects?
Thanks in advance for any help
Project Date CF
A 01/01/13 -50,000.00
B 01/01/13 -40,000.00
A 01/07/13 20,000.00
B 01/07/13 14,000.00
A 01/12/13 20,000.00
B 01/12/13 14,000.00
A 01/02/14 20,000.00
B 01/02/14 14,000.00
=XIRR(IF(A2:A9=E2,C2:C9,0),IF(A2:A9=E2,B2:B9,0))
(Cell E2 has the Project letter)
B A
0.0% 24.7%
I have used the function below to get the IRR on a chased project.
For some reason it works only for the project on the first line (A in this case). If I would switch A and B on the first 2 lines then I would get only the IRR for B and zero for A.
Any idea why it does not work for all projects?
Thanks in advance for any help
Project Date CF
A 01/01/13 -50,000.00
B 01/01/13 -40,000.00
A 01/07/13 20,000.00
B 01/07/13 14,000.00
A 01/12/13 20,000.00
B 01/12/13 14,000.00
A 01/02/14 20,000.00
B 01/02/14 14,000.00
=XIRR(IF(A2:A9=E2,C2:C9,0),IF(A2:A9=E2,B2:B9,0))
(Cell E2 has the Project letter)
B A
0.0% 24.7%
Last edited: