COUPDAYSNC Function
Calculates the number of days from the settlement date to the next coupon date.
Syntax
Parameters
| Parameter | Description | Required |
|---|---|---|
| settlement | Date the security is purchased. | Required |
| maturity | Date the security expires. | 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
Days until next coupon payment
=COUPDAYSNC(DATE(2024,4,1), DATE(2034,4,1), 2)For a semi-annual bond purchased on April 1, 2024, this returns the days until the next coupon payment.
Advanced Examples
Example 1: Actual days to next coupon
Treasury bondUse basis 1 for actual days
=COUPDAYSNC(DATE(2024,4,1), DATE(2034,4,1), 2, 1)How COUPDAYSNC Works
COUPDAYSNC is used to determine how many days remain until the next coupon payment, which affects the clean vs. dirty price of a bond.
Important Notes & Limitations
Frequency must be 1, 2, or 4.
Basis affects the day count.
Settlement must be before maturity.
Common Errors & Fixes
#NUM! errorInvalid dates, frequency, or basis.Fix: Verify all inputs.
#VALUE! errorDates are not recognized.Fix: Use DATE function or valid date serial numbers.
Download Practice File
COUPDAYSNC
coupdaysncPractice COUPDAYSNC with Real Data
Download a sample CSV file with pre-populated data and practice exercises for the COUPDAYSNC function. Works in both Excel and Google Sheets.
File format: CSV (comma-separated values) - opens in Excel, Google Sheets, and all spreadsheet apps