logo
excelfunctions.org
bookmarks

COUPNUM

Returns the number of coupons payable between the settlement date and maturity date.

FinancialFinance & Accounting

What it does

Counts how many coupons remain to be paid.

Syntax

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

Arguments

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

Examples

Remaining Coupons

Count payments left.

FORMULA
=COUPNUM(DATE(2023,1,25), DATE(2024,11,15), 2, 1)
RESULT
4
SAMPLE DATA
AB
1SettlementMaturity
22023-01-252024-11-15