Returns the number of periods needed for an investment to reach a certain value, at a specified interest rate.
Syntax
rate: Interest rate per period that will apply to the investment. Eg., 12.3
Examples
|
Formula
|
Result
|
|
=PDURATION(A2;B2;C2)
|
0.621941526
|
|
=PDURATION(A3;B3;C3)
|
0.248724981
|
|
=PDURATION(A4;B4;C4)
|
5.596462585
|
Possible Errors
|
Errors
|
Meaning
|
|
#N/A!
|
|
|
#NAME!
|
|
|
#VALUE!
|
|
|
#REF!
|
|
|
#NUM!
|
|
Similar Functions