ODDLPRICE Function
Calculates the price of a security with an odd last coupon period.
Syntax
Parameters
| Parameter | Description | Required |
|---|---|---|
| settlement | Date the security is purchased. | Required |
| maturity | Date the security expires. | Required |
| last_interest | Date of the last coupon payment before settlement. | Required |
| rate | Annual coupon rate. | Required |
| yld | Annual yield to maturity. | Required |
| redemption | Redemption value per $100 face value. | Required |
| frequency | Number of coupon payments per year (1, 2, or 4). | Required |
| basis | Day-count convention (0 = US 30/360, default). | Optional |
Basic Example
Price of a bond with an odd last coupon period
=ODDLPRICE(DATE(2024,4,1), DATE(2034,4,1), DATE(2024,1,1), 0.05, 0.06, 100, 2)Calculates the price of a bond with a last coupon period that is not standard.
Advanced Examples
Example 1: With actual/actual basis
Treasury bondUse basis 1 for actual/actual
=ODDLPRICE(DATE(2024,4,1), DATE(2034,4,1), DATE(2024,1,1), 0.05, 0.06, 100, 2, 1)How ODDLPRICE Works
ODDLPRICE handles bonds where the last coupon period is shorter or longer than a standard coupon period. It adjusts the price for the irregular accrual.
Important Notes & Limitations
All dates must be valid Excel dates.
Last interest date must be before maturity but after the issue date.
Settlement must be before maturity.
Common Errors & Fixes
#NUM! errorInvalid dates or rates.Fix: Verify all inputs and date order.
#VALUE! errorDates are not recognized.Fix: Use DATE function or valid date serial numbers.
Download Practice File
ODDLPRICE
oddlpricePractice ODDLPRICE with Real Data
Download a sample CSV file with pre-populated data and practice exercises for the ODDLPRICE function. Works in both Excel and Google Sheets.
File format: CSV (comma-separated values) - opens in Excel, Google Sheets, and all spreadsheet apps