Calculates the price per 100 currency units of the security that pays interest at maturity.
Syntax
settlement: The date of purchase of the security. Eg., "4/1/2018"
maturity: Date on which the security matures. Eg., "4/12/2020"
rate: The interest rate of the security. Eg., 2.3
Examples
|
Formula |
Result |
|
=PRICEMAT(A2;B2;C2;D2;E2;F2) |
97.917808219 |
|
=PRICEMAT(A3;B3;C3;D3;E3;F3) |
82.077923211 |
|
=PRICEMAT(A4;B4;C4;D4;E4;F4) |
47.28336595 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions