EXCEL COUPNUM FUNCTION

The Excel Coupnum technique calculates the amount of discounts payable between such a security’s closing date and maturity period, collected to the closest whole cent.

Syntax:

=COUPNUM( settlementmaturityfrequency[basis] )

Parameter:

  • The arguments are as follows:

settlement:

  • The settling date of the security.

maturity:

  • The maturity date of the security.

frequency:

  • An integer reflecting 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 that defines the day count basis to be utilised.
    This must be one of the following values:
BasisDay Count Basis
0 (or omitted)US (NASD) 30/360
1actual/actual
2actual/360
3actual/365
4European 30/360

Step By Step Guide of COUPNUM Function

Example :

The Excel Coupnum function is shown in Cell A3 of the spreadsheet below to determine the number of coupon payments for a security that employs the US (NASD) 30/360 day count basis, has a settlement date of 01-Jan-2011, a maturity date of 25-Oct-2012, and 4 coupon payments each year.

  • #NUM! – Occurs if any of the following conditions are met: the supplied settlement date is mature date; the given frequency arguments is an integer which is not equal to 1, 2, or 4; and the supplied [basis] justification 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