T
Tim
In column "A" I have the years were the cash flow has occurred. These years
are different for different projects and might start differently and before
the actual year.
In column “B†I have the cash flow values for each individual year.
To calculate the Net Present Value of the project, I want to simply add the
cash values occurred before the actual Year (assuming past $ = present $) and
add then the calculated NPV for the (remaining) future years.
The first question is: Can I do that? (in terms of financial logic)
AND how do I do that?
To add the cash values occurred before I use the formula:
=SUMIF(A7:A18,"<="&DATE(YEAR(NOW()),12,31),B7:B18)
To calculate the NPV for the remaining years I was thinking smth like:
NPV(rate, offset(#, match()))
How do I accomplish this?
are different for different projects and might start differently and before
the actual year.
In column “B†I have the cash flow values for each individual year.
To calculate the Net Present Value of the project, I want to simply add the
cash values occurred before the actual Year (assuming past $ = present $) and
add then the calculated NPV for the (remaining) future years.
The first question is: Can I do that? (in terms of financial logic)
AND how do I do that?
To add the cash values occurred before I use the formula:
=SUMIF(A7:A18,"<="&DATE(YEAR(NOW()),12,31),B7:B18)
To calculate the NPV for the remaining years I was thinking smth like:
NPV(rate, offset(#, match()))
How do I accomplish this?