EXCEL COUPNCD FUNCTION

The Excel Coupncd function computes the next coupon date after the settlement date for a securities with supplied criteria.

Syntax:

=COUPNCD( settlementmaturityfrequency[basis] )

Parameter: 

  • The following are the arguments:

settlement:

  • The security’s settlement date.

maturity:

  • The security’s maturity date.

frequency:

  • An integer indicating the number of coupon payments made every year. This must have a value of 1, 2, or 4, implying:
1Annually
2Semi-Annually
4Quarterly

[basis]:

  • An optional integer input indicating the day count basis to be utilised.
    This must be one of the values listed below:
BasisDay Count Basis
0 (or omitted)US (NASD) 30/360
1actual/actual
2actual/360
3actual/365
4European 30/360

Step By Step Guide of COUPNCD Function

Example :

The Excel Coupncd function is shown in Cell A3 of the following spreadsheet to compute the coupon date after the settlement date for a security having a settlement date of 01-Jan-2011, a maturity date of 25-Oct-2012, and four payments each year. The 30/360 day count system is used in the United States (NASD).

  • #NUM! – Occurs if any of the following conditions are met: the supplied settlement date is maturity date; the supplied frequency argument is a number that is not equal to 1, 2, or 4; and the supplied [basis] argument is a number that is not equal to 0, 1, 2, 3, or 4.
  • #VALUE! – Occurs when either the specified settlement or maturity dates are not valid Excel dates;
    Any of the given arguments is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now