logo
excelfunctions.org
bookmarks

COUPDAYSNC

Returns the number of days from the settlement date to the next coupon date.

FinancialFinance & Accounting

What it does

Calculates days from settlement until the next coupon date.

Syntax

COUPDAYSNC(settlement, maturity, frequency, [basis])

Arguments

  • settlement(date) β€” Settlement date.
  • maturity(date) β€” Maturity date.
  • frequency(number) β€” Coupons per year.

Examples

Days to next coupon

Calculate days remaining.

FORMULA
=COUPDAYSNC(DATE(2023,1,25), DATE(2023,11,15), 2, 1)
RESULT
110
SAMPLE DATA
AB
1SettlementMaturity
22023-01-252023-11-15