EXCEL COUPDAYS FUNCTION

The Coupdays function in Excel computes the number of days in a coupon term that include the settlement date.

Syntax:

=COUPDAYS( settlementmaturityfrequency[basis] )

Parameter:

  • The following are the arguments:

settlement:maturity:

  • The security’s settlement 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 COUPDAYS Function

Example :

Cell A3 of the spreadsheet below illustrates the Excel Coupdays function, which is used to determine the number of days in the period including the settlement date for a security with a settlement date of 01-Jan-2011, a maturity date of 25-Oct-2012, and 4 payments each year. The US (NASD) 30/360 day count basis is employed.

  • #NUM! – Occurs if either: the given settlement date is a maturity date; the supplied frequency argument is a number that is not equal to 1, 2, or 4; or the supplied [base] argument is a number that is not equal to 0, 1, 2, 3, or 4.
  • #VALUE! – Occurs if either: the given settlement or maturity dates are not valid Excel dates; or any of the supplied arguments are non-numeric.

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