ReferenceFunctionsFinancial Functions
PDURATION
PDURATION: Returns the number of periods required for an investment to reach a specified future value at a constant interest rate.
Summary
Returns the number of periods required for an investment to reach a specified future value at a constant interest rate.
Remarks
rateis the interest rate per compounding period; must be positive.pvandfvmust be positive andfv > pv(growth scenario) orfv < pvis valid as long as both are positive.- Formula:
(ln(fv) - ln(pv)) / ln(1 + rate). - Returns
#NUM!whenrate <= 0, orpvorfvare non-positive.
Examples
Time to double at ten percent
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
7.272540897341713
Related functions
FAQ
Does PDURATION require growth?
It requires positive present and future values plus a positive rate; the logarithmic formula then returns the compounding periods needed to move between them.
Runtime metadata
Category
Financial
Signature
PDURATION(arg1: Number, arg2: Number, arg3: Number)Arity
min 3, max 3
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
Caps
PURE
Source