NPV Calculation
NPV Calculation
Internal rate of return (IRR) is the discount rate at which the net present value of an investment
becomes zero. In other words, IRR is the discount rate which equates the present value of the future
cash flows of an investment with the initial investment. It is one of the several measures used for
investment appraisal.
Decision Rule
A project should only be accepted if its IRR is NOT less than the target internal rate of return. When
comparing two or more mutually exclusive projects, the project having highest value of IRR should be
accepted.
IRR Calculation
The calculation of IRR is a bit complex than other capital budgeting techniques. We know that at IRR,
Net Present Value (NPV) is zero, thus:
NPV = 0; or
( 1 + r )1 ( 1 + r )2 ( 1 + r )3
Where,
Guess the value of r and calculate the NPV of the project at that value.
Example
Find the IRR of an investment having initial cash outflow of $213,000. The cash inflows during the first,
second, third and fourth years are expected to be $65,200, $96,000, $73,100 and $55,400 respectively.
Solution
Since NPV is greater than zero we have to increase discount rate, thus
But it is still greater than zero we have to further increase the discount rate, thus
IRR ≈ 14%
Net Present Value (NPV)
Net present value is the present value of net cash inflows generated by a project including
salvage value, if any, less the initial investment on the project. It is one of the most reliable
measures used in capital budgeting because it accounts for time value of money by using
discounted cash inflows.
Before calculating NPV, a target rate of return is set which is used to discount the net cash
inflows from a project. Net cash inflow equals total cash inflow during a period less the expenses
directly incurred on generating the cash inflow.
In the second step we subtract the initial investment on the project from the total present value of
inflows to arrive at net present value.
Thus we have the following two formulas for the calculation of NPV:
1 − (1 + i)-n
NPV = R × − Initial Investment
i
R1 R2 R3
NPV = 1 + 2 + + ... − Initial Investment
(1 + i) (1 + i) (1 + i)3
Where,
i is the target rate of return per period;
R1 is the net cash inflow during the first period;
R2 is the net cash inflow during the second period;
R3 is the net cash inflow during the third period, and so on ...
Decision Rule
Accept the project only if its NPV is positive or zero. Reject the project having negative NPV.
While comparing two or more exclusive projects having positive NPVs, accept the one with
highest NPV.
Examples
Example 1: Even Cash Inflows: Calculate the net present value of a project which requires an
initial investment of $243,000 and it is expected to generate a cash inflow of $50,000 each month
for 12 months. Assume that the salvage value of the project is zero. The target rate of return is
12% per annum.
Solution
We have,
Initial Investment = $243,000
Net Cash Inflow per Period = $50,000
Number of Periods = 12
Discount Rate per Period = 12% ÷ 12 = 1%
Example 2: Uneven Cash Inflows: An initial investment on plant and machinery of $8,320
thousand is expected to generate cash inflows of $3,411 thousand, $4,070 thousand, $5,824
thousand and $2,065 thousand at the end of first, second, third and fourth year respectively. At
the end of the fourth year, the machinery will be sold for $900 thousand. Calculate the present
value of the investment if the discount rate is 18%. Round your answer to nearest thousand
dollars.
Solution
PV Factors:
Year 1 = 1 ÷ (1 + 18%)^1 ≈ 0.8475
Year 2 = 1 ÷ (1 + 18%)^2 ≈ 0.7182
Year 3 = 1 ÷ (1 + 18%)^3 ≈ 0.6086
Year 4 = 1 ÷ (1 + 18%)^4 ≈ 0.5158
The rest of the problem can be solved more efficiently in table format as show below:
Year 1 2 3 4
Net Cash Inflow $3,411 $4,070 $5,824 $2,065
Salvage Value 900
Total Cash Inflow $3,411 $4,070 $5,824 $2,965
× Present Value Factor 0.8475 0.7182 0.6086 0.5158
Present Value of Cash Flows $2,890.68 $2,923.01 $3,544.67 $1,529.31
Total PV of Cash Inflows $10,888
− Initial Investment − 8,320
Net Present Value $2,568 thousand
Disadvantage: It is based on estimated future cash flows of the project and estimates may be far
from actual results.
NPV
Show All
Calculates the net present value of an investment by using a discount rate and a series of future
payments (negative values) and income (positive values).
Syntax
NPV(rate,value1,value2, ...)
Rate is the rate of discount over the length of one period.
Value1, value2, ... are 1 to 29 arguments representing the payments and income.
Value1, value2, ... must be equally spaced in time and occur at the end of each period.
NPV uses the order of value1, value2, ... to interpret the order of cash flows. Be sure to enter
your payment and income values in the correct sequence.
Arguments that are numbers, empty cells, logical values, or text representations of numbers are
counted; arguments that are error values or text that cannot be translated into numbers are
ignored.
If an argument is an array or reference, only numbers in that array or reference are counted.
Empty cells, logical values, text, or error values in the array or reference are ignored.
Remarks
The NPV investment begins one period before the date of the value1 cash flow and ends with
the last cash flow in the list. The NPV calculation is based on future cash flows. If your first cash
flow occurs at the beginning of the first period, the first value must be added to the NPV result,
not included in the values arguments. For more information, see the examples below.
If n is the number of cash flows in the list of values, the formula for NPV is:
NPV is similar to the PV function (present value). The primary difference between PV and NPV is
that PV allows cash flows to begin either at the end or at the beginning of the period. Unlike the
variable NPV cash flow values, PV cash flows must be constant throughout the investment. For
information about annuities and financial functions, see PV.
NPV is also related to the IRR function (internal rate of return). IRR is the rate for which NPV
equals zero: NPV(IRR(...), ...) = 0.
Example 1
A B
1 Data Description
=NPV(A2, A3, A4, A5, A6) Net present value of this investment (1,188.44)
In the preceding example, you include the initial $10,000 cost as one of the values, because the
payment occurs at the end of the first period.
Example 2
A B
Data Description
Annual discount rate. This might represent the rate of inflation or the interest
8%
rate of a competing investment.
1
-40,000 Initial cost of investment
2
8,000 Return from first year
3
9,200 Return from second year
4
10,000 Return from third year
5
12,000 Return from fourth year
6
14,500 Return from fifth year
7
Formula Description (Result)
8
=NPV(A2, A4:A8)+A3 Net present value of this investment (1,922.06)
=NPV(A2, A4:A8, Net present value of this investment, with a loss in the sixth year of 9000 (-
-9000)+A3 3,749.47)
In the preceding example, you don't include the initial $40,000 cost as one of the values, because
the payment occurs at the beginning of the first period.