SinglePaymentPV
Mon 01 January 2018Syntax
SinglePaymentPV(int_rate, n_per)
Description
Use the SinglePaymentPV function to calculate the future value of a single monetary unit after a specified number of periods at a specified interest rate.
Parameters
Field or Control |
Definition |
---|---|
int_rate |
A number representing the interest rate at which value is accrued per period. |
n_per |
A number specifying the number of periods on which to base the calculated value. |
Returns
Returns a number value equal to the value of the unit after n_per periods at an interest rate of int_rate per period.