How to Use the COUPNUM Function in Excel
In this tutorial, we will delve into the functionality of the COUPNUM function in both Microsoft Excel and Google Sheets. This financial function is designed to calculate the number of coupons payable between the settlement date and maturity date of a bond. It is a useful tool for managing bond investments and calculating interest.
Excel Syntax
The syntax for the COUPNUM function in Excel is as follows:
COUPNUM(settlement, maturity, frequency, [basis])
settlement
: The settlement date, which is the date after which the security is traded to the buyer.maturity
: The maturity date of the security, when it ceases to exist and the principal is paid back.frequency
: Specifies the number of coupon payments per year. Common values are 1 (annual), 2 (semi-annual), and 4 (quarterly).basis
(optional): Defines the day count basis used in the calculation. If this argument is not specified, Excel defaults to 0, which corresponds to the US (NASD) 30/360 method.
Google Sheets Syntax
The syntax for the COUPNUM function in Google Sheets is identical to that of Excel:
COUPNUM(settlement, maturity, frequency, [basis])
Examples
Let’s examine some examples to clarify how the COUPNUM function is used in practical scenarios.
Example 1
Calculate the number of complete coupon periods from 01/01/2022 (settlement date) to 07/01/2023 (maturity date) for a bond with semi-annual payments (frequency = 2).
Input | Formula | Output |
---|---|---|
01/01/2022 | =COUPNUM(DATE(2022,1,1), DATE(2023,7,1), 2) | 3 |
The result of 3 indicates there are three complete coupon periods between the settlement and maturity dates.
Example 2
Calculate the number of coupon periods between 15/09/2021 and 15/03/2024 for a bond that pays quarterly (frequency = 4), using the actual/actual day count basis (basis = 1).
Input | Formula | Output |
---|---|---|
15/09/2021 | =COUPNUM(DATE(2021,9,15), DATE(2024,3,15), 4, 1) | 10 |
This output of 10 indicates that there are ten coupon periods for the given bond using the actual/actual day count method.
Utilizing the COUPNUM function enables efficient calculation of the number of coupon distributions for bonds and securities over specified periods, tailored to the provided parameters.
More information: https://support.microsoft.com/en-us/office/coupnum-function-a90af57b-de53-4969-9c99-dd6139db2522