Coupdays function - Calculates the number of days in a coupon period and contains the settlement date in Excel
The following article details how to use the CoupDays function in excel.
Function meaning: The COUPDAYS function calculates the number of days in the coupon period and contains the settlement date.
Syntax: COUPDAYS (settlement, maturity, frequency, [basis]) .
Inside:
- settlement : The settlement date is the date after the securities are sold after the issuance date.
- maturity: The maturity or expiry date of a security.
- frequency : Number of coupon payments of securities by year. The following values are available:
+ frequency = 1: Pay annually.
+ frequency = 2: Half-year payment.
+ frequency = 4: Payment quarterly.
- basis : Basis for calculating the number of days.
+ basis = 0 or omit this value: the base counts on 30/360 according to US.
+ basis = 1: Calculate the actual number of days / actual year.
+ basis = 2: actual month / 360 days / year.
+ basis = 3: actual month / 365 days / year + basis = 4: 30/360 days according to European standards.
Example: Calculating the number of days in a coupon period containing the settlement date.
In the cell to calculate enter the following formula: COUPDAYS (A17, B17, C17, D17) .
Note: In the example above, the default does not enter in the default type with the value = 0. And when entering the date you pay attention to the date format must match the basis of counting dates. If you enter the wrong date basis => report #NUM !:
Above is a detailed guide on how to use and apply the COUPDAYS function, hoping to help you.
Good luck!
You should read it
- COUPNCD - The function returns the next coupon date in Excel
- DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel
- The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel
- Calculation of age from date of birth in Excel
- DAYS360 function - The function returns the number of days between 2 dates, based on 360 days in Excel
- How to calculate the number of days in Excel
- Wings calculates the number of days, the difference between two dates in Excel
- The WORKDAY.INTL function - The function returns a date before or after the date starting with a custom weekend in Excel
May be interested
- The DAYS function - The function returns the number of days between 2 dates in Exceldays function: the function returns the number of days between 2 dates, the support function from excel 2013 onwards. syntax: days (end_date, start_date)
- DAYS function, how to use the function to calculate the number of days between two time points in Excelthe days function in excel returns the results between two different timelines.
- How to use the WORKDAY function in Microsoft Excelin microsoft excel, the workday function is a function that deals with a date and time, and its purpose is to return the date before and after the specified number of working days.
- ISPMT function - The function that calculates interest for a specified period in Excelispmt function - the function that calculates interest for a specified period in excel
- How to calculate the number of days in Excel - Functions, formulas for calculating the number of days in Excelhow to calculate the number of days in excel - functions, formulas for calculating the number of days in excel. in the process of processing data in excel, you will certainly encounter many cases that need to calculate the number of days such as the number of days guests stay, the number of days to perform work ... it will be difficult if the
- DATE function - The date function in Excelthe date () function returns a date that is formatted corresponding to the date entered as based on the date index.
- NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excelnetworkdays function: the function returns the number of intact working days calculated between two specific dates. working days do not include weekends and holidays specified. syntax: networkdays (start_date, end_date, [holidays])
- Excel date function - Usage and examplesthe date counting function in excel is one of the most effective functions of this software. because excel usually works in the field of statistics and calculations, it is extremely necessary to record dates. to help you understand this function, let's come to the following article of tipsmake.
- FREQUENCY function - Function that calculates and returns the frequency of occurrences of values in a range in Excelfrequency function: function that calculates and returns the frequency of occurrences of values within a certain range and returns a vertical number array. syntax: frequency (data_array, bins_array)
- How to use the DAVERAGE function in Exceldaverage in excel is a function that calculates the average value of data with given conditions in a spreadsheet. so, how to use this function?