Intrate function - Calculate interest rates in Excel
In the field of securities before investing in any type of stock, you should know that company is developing. It should be noted that you should also calculate the possibility that if investing in that stock, the interest rate is how much is the largest value. The following article details how to use the Intrate function to calculate the interest rate of invested securities.
Intrate function
Description: The function returns the interest rate of invested securities (calculated in percentage).
Syntax: INTRATE (settlement, maturity, investment, redemption, [basis]) .
Inside:
- settlement: The date of settlement of securities (it is a required parameter). The securities settlement date is determined as the date after the issue date of securities to be sold to others.
- maturity: Is the expiry date of the stock, or maturity, is a required parameter.
- investment: Total amount invested in stocks, required parameters.
- Redemption: Total amount received when stock expires, required parameters.
- basis: Define a date counting basis (not required if no default date parameter is entered). Basis has the following values:
+ Basis = 0 => basis of US-based US date counting (NASD) 1 month 30 days / year 360 days.
+ Basis = 1 => The actual number of days in the month / The number of actual days of the year.
+ Basis = 2 => Number of actual days of the month / Days of the year is 360.
+ Basis = 3 => Number of actual days of the month / Days of the year is 365.
+ Basis = 4 => According to European standards, the number of days in a month is 30 days / day of the year is 360 days.
Calculation formula:
INTRATE = (redemption - investment) / investment * (SN / TN)
Inside:
- SN: The number of days in a year depends on the day counting basis.
- TN: Total number of days counting from the settlement date to the expiry date of securities.
For example:
Calculate whether or not investing in this stock is profitable or unknown:
To calculate whether an investment in a securities is profitable or not, we calculate the value of INTRATE if a positive return indicates that the investment is profitable, otherwise the investment is inefficient.
Calculate interest rates with this stock. Enter the following formula: INTRATE (D5, D6, D7, D8) .
Result:
The value of Intrate = 9.1% => Investing in this stock is profitable and if investing, the interest rate is 9.1% compared to the value.
So the article above introduces you to how to calculate interest rates on securities. Hope you always have a thorough calculation and choose the appropriate type of stock to bring the highest benefit.
Good luck!
You should read it
- Use the cumulative interest calculation function in Excel
- The easiest way to calculate the percentage (%)
- How to use the SUM function to calculate totals in Excel
- COUPNUM function - The function returns the number of interest payments on a security in Excel
- PMT function in Excel - Usage and examples
- How to calculate bank loan interest rates in May
- CUMIPMT function - The function of calculating accrued interest in Excel
- How to use the kernel function (PRODUCT function) in Excel
May be interested
- How to use the kernel function (PRODUCT function) in Excelin excel, product helps users to calculate product values, multiply arguments together, and return their results correctly.
- SUM function in Excel: How to use SUM to calculate totals in Excel - SUM function in Excelthe sum function in excel is quite commonly used. below are details on how to calculate the sum function and related issues in microsoft excel.
- GEOMEAN function - The function returns the average of a positive array or range of data in Excelgeomean function: the function returns the average of a positive array or range of data. use the function to calculate the average growth when knowing the gross profit with variable interest rates. syntax: geomean (number1, [number2], ...)
- How to use DSUM function in Excelthe dsum function on excel is used to calculate the conditional sum in a field, or column in the data list.
- 3 ways to calculate totals in Excelto calculate totals on excel, users can use them in three different ways, based on spreadsheets, autosum functions or sum functions with large data areas.
- SUMPRODUCT function in Excel: Calculates the sum of corresponding valuesthe sumproduct function is an extremely useful function when you have to deal with a lot of data numbers in microsoft excel. here are the things you need to know about the sumproduct function in excel.
- 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.
- Basic Excel functions that anyone must knowthe basic functions in excel such as the excel function, the excel statistics function we summarized below will be very helpful for you who often have to work on excel spreadsheets, especially in the field of accounting. let's refer to offline.
- Calculate the total value of the filtered list in Excelfilter is a very useful and easy to use feature in microsoft excel. with filters, you can quickly limit data to only show the necessary information. however, how to calculate the total value of the filtered list? the following article will help you answer the above question.
- How to use the Power function in Excelthe power function in excel is a power function with a given number that you don't need to calculate manually.