Get days from settlement date to next coupon date
=COUPDAYSNC(settlement, maturity, frequency, [basis])
| Parameter | Description |
|---|---|
settlement |
Settlement date of the security. |
maturity |
Maturity date of the security. |
frequency |
Number of coupon payments per year (annual = 1, semi-annual = 2, quarterly = 4). |
basis |
[optional] Day count basis (see below, default =0). |
The settlement date is the date the investor takes possession of a security. The maturity date is the date when the investment ends and the principle
=COUPDAYSNC(C6,C7,C10,C11)
In Excel, dates are serial numbers. Generally, the best way to enter valid dates is to use cell references, as shown in the example. To enter valid da
=COUPDAYSNC(DATE(2019,2,15),DATE(2024,1,1),2,0)