Returns the equivalent annual interest rate for an investment bought at one price and sold at another.
Syntax
settlement: The date the item was bought. Eg., "2/1/2018"
maturity: The date the item was sold. Eg., "4/12/2018"
purchase_value: The amount paid for the item. Eg., 1000
maturity_value: The amount received for the item. Eg., 2000
Examples
|
Formula |
Result |
|
=INTRATE(A2;B2;C2;D2;E2) |
5.070422535 |
|
=INTRATE(A3;B3;C3;D3;E3) |
2.192192192 |
|
=INTRATE(A4;B4;C4;D4;E4) |
0.276253548 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions