NPV Calculator FAQ
How do you calculate net present value?
Use the formula NPV = -C0 + Σ(Ci / (1 + r)^i). You discount each future cash flow by the required return r and subtract the initial investment C0.
What does a positive NPV mean?
A positive NPV means the investment is expected to create value above the chosen discount rate. In other words, the discounted cash inflows exceed the initial outflow.
What discount rate should I use for NPV?
Use a discount rate that reflects the project’s required return and risk. In many business valuation and capital budgeting cases, analysts use WACC as the starting point for the discount rate.
What is the profitability index?
The profitability index is PI = Σ(Ci / (1 + r)^i) / C0. A PI above 1 usually means the project creates value, while a PI below 1 suggests it destroys value.
Can I use monthly or quarterly cash flows in this NPV calculator?
Yes. You can switch the cash flow frequency between annual, semi-annual, quarterly, and monthly periods. The calculator then applies the discount rate on a matching per-period basis.
What is the difference between NPV and discounted payback period?
NPV measures the total value created after discounting all cash flows, while discounted payback period measures how long it takes to recover the initial investment using discounted cash flows. NPV focuses on value creation; discounted payback focuses on recovery time.
How do you calculate NPV in Excel?
In Excel, you can use =NPV(rate, value1, value2, ...) for future cash flows and then add the initial investment separately. A common structure is =NPV(r, C1:Cn) - C0 if C0 is the initial outflow at period 0.
What is the difference between NPV and IRR?
NPV measures value in currency terms, while IRR measures the implied rate of return. NPV tells you how much value a project adds at a chosen discount rate, whereas IRR tells you the discount rate that makes NPV equal to 0.
Can I export the NPV calculation to CSV?
Yes. The calculator can export the full setup and result to CSV, including the discount rate mode, cash flow frequency, cash flow table, totals, NPV, PI, ROI, and payback metrics.
Example
Suppose the initial investment is 1000, the cash flow in period 1 is 600, the cash flow in period 2 is 700, and the discount rate is 10%.
\[ NPV = -1000 + \frac{600}{(1 + 0.10)^1} + \frac{700}{(1 + 0.10)^2} \] \[ NPV \approx -1000 + 545.45 + 578.51 = 123.97 \]
Because the NPV is positive, the project creates value at a 10% required return.