![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Financial functions > PV function |
|
|
| PV function |
| Format |
PV(payment;interestRate;periods) |
| Parameters |
| payment - payment amount to be made per period. Type a negative number for money you pay and a positive number for money you receive. |
| interestRate - interest rate per period. |
| periods - number of periods (intervals between payments). |
| Data type returned |
| number |
| Description |
| Returns the present value of a series of equal payments made at regular intervals (periods), assuming a fixed interestRate per interval. |
| Note When interestRate is 0, this function returns the result of payment * periods. |
| Example |
| PV(500;.05;5) returns 2164.73833531.... |
| If you want the return value to return two decimal places, enclose the formula 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 > PV function | Next Page |