![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Financial functions > NPV function |
|
|
| NPV function |
| Format |
NPV(payment;interestRate) |
| Parameters |
| payment - a repeating field containing unequal payment amounts, or an expression that returns a reference to one. |
| interestRate - interest rate. |
| Data type returned |
| number |
| Description |
| Examples |
| NPV(Amounts;.10) returns 16758.35604870..., when the repeating field, Amounts, contains -5000 (the initial investment), 10,000, 0, 10,000, and 10,000. |
| If you want each return value to return 2 decimal places, surround the current formulas with the correct Round function: Round(Current Formula;2). |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Financial functions > NPV function | Next Page |