ZonoTools

Excel Practice - NPV

Instruction

Calculate net present value of cash flows in B3:B6 using a 10% discount rate.

Formula Syntax

=NPV(rate, value1, [value2], ...)

  • rate: Discount rate per period.
  • value1: Input value or expression.
  • [value2]: Input value or expression.
  • ...: Additional optional arguments.

What it does

Calculate net present value from discounted cash flows.

cash-flow-projection.xlsx

AB
1PeriodCash Flow
2Initial-1000
3Year 1300
4Year 2350
5Year 3400
6Year 4450
7Output

Input Formula

Need Help?

Tips

  • Use NPV with clean and consistent ranges for predictable results.
  • Validate data types (number, text, date) before applying the formula.
  • Test the formula with a small sample first, then scale it to larger ranges.