How to use Excel COUPNUM Function

Introduction:-

COUPNUM function in excel is a financial function. It is used to retrieve number of  coupon payable from the settlement date to the maturity date. It is a worksheet function and can be entered into the cell in which value is required.

Syntax:-

=COUPNUM(Settlement, Maturity, Frequency, basis)

Arguments:-

Settlement:  It is the settlement date of the security.

Maturity:  It is the maturity date of the security.

Frequency: Number of coupon payments per year.

Basis: It is the day count basis to be used. Default value is 0.

Keynotes:-

  • Microsoft Excel stores dates as serial numbers . By default, January 1, 1900 is serial number 1 and corresponding dates have serial number greater than 1.
  • Settlement and basis are converted to integers.
  • If Maturity is not in valid format, #VALUE error is returned.
  • If Basis is less than, #NUM error is displayed.

Examples

In this example, various arguments are entered in column A and their values are entered in column B and COUPNUM function is used to retrieve the result in column D.

Leave a Comment