Returns the interest rate required for an investment to reach a value in a given period.
Syntax
nper: The number of periods in the term. Eg., 12
Remark
If the value of
fv
is 0, the result given is -1 (-100%).
Examples
|
Formula |
Result |
|
=RRI(A2;B2;C2) |
-0.064376669 |
|
=RRI(A3;B3;C3) |
-0.474694439 |
|
=RRI(A4;B4;C4) |
0.148698355 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#UNKNOWN_ERROR |
|