Financial

COUPPCD Function in Excel

Returns the previous coupon date before the settlement date.

Syntax

  • =COUPPCD(settlement, maturity, frequency, [basis])

Arguments

  • settlement (required): Settlement date
  • maturity (required): Maturity date
  • frequency (required): Payments per year (1, 2, or 4)
  • basis (optional): Day count basis

Examples

  • =COUPPCD("1/25/2024", "11/15/2027", 2) - Previous coupon date - Result: 11/15/2023

COUPPCD modeling tips

  • Align rate and period units (annual rate ÷ 12 for monthly models).
  • Use consistent cash-flow signs (outflows negative, inflows positive).
  • Hub: [Financial functions guide](/guides/excel-financial-functions-guide/).

Common errors

  • #NUM! if dates invalid

Use cases

  • Bond scheduling
  • Accrued interest
  • Fixed income

Frequently asked questions

  • What is the COUPPCD function in Excel? COUPPCD returns the previous coupon date before the settlement date. The syntax is =COUPPCD(settlement, maturity, frequency, [basis]). Typical use cases include bond scheduling, accrued interest, fixed income.
  • How do I use the COUPPCD function? To use COUPPCD, type =COUPPCD( in a cell and provide the required arguments. Excel will show you the syntax and parameter hints as you type. Make sure to close the parentheses and press Enter to execute the function.
  • Why is COUPPCD not working in my Excel? Common issues with COUPPCD include #NUM! if dates invalid. Start by checking the syntax =COUPPCD(settlement, maturity, frequency, [basis]), then verify each referenced cell or range.

Editorial review

  • Reviewed by Excel.Directory Editorial Team. Updated May 2026.