EFFECT function - The function of calculating the annual real interest rate in Excel
The following article details how to use the EFFECT function - The annual real interest rate calculation function which is very helpful for accountants and offices.
Description: The EFFECT function helps you to calculate the actual interest rate to be paid in each year.
Syntax: EFFECT (nominal_rate, npery) .
Inside:
- Nominal_rate : Nominal annual interest rate, is a required parameter.
- Npery : The number of periods for compounding in each year, which is the required parameter.
Attention:
- The calculation formula of EFFECT function is as follows:
EFFECT function - The function of calculating the annual real interest rate in Excel Picture 1
- The parameters must be numeric values otherwise the #NUM !.
- If 1 of the above 2 parameters is less than 0 => The function returns the #NUM! Error value.
- Where Npery is a function decimal, it will take the integer value of Npery.
For example:
With the following data sheet, calculate the interest rates payable for investments.
EFFECT function - The function of calculating the annual real interest rate in Excel Picture 2
In the cell to be calculated enter the following formula: = EFFECT (D6, D7) .
EFFECT function - The function of calculating the annual real interest rate in Excel Picture 3
After pressing Enter the result is:
EFFECT function - The function of calculating the annual real interest rate in Excel Picture 4
So you have to pay nominally at the interest rate of 0.06% but in fact you have to pay the annual interest rate of 0.06090 => there arises extra.
Above is a detailed guide on how to use the EFFECT function, hoping you can calculate it correctly and get the investment with the lowest interest rate.
Good luck!
You should read it
- CUMIPMT function - The function of calculating accrued interest in Excel
- How to calculate interest rate using the RATE function in Excel
- How to use the MOD function and QUOTIENT function in Excel
- How to use the SUM function to calculate totals in Excel
- How to use the SUBTOTAL function in Excel
- NPER function - The function calculates the period number of an investment in Excel
- TBILLYIELD function - The function calculates the discount rate for a bond in treasury in Excel
- PMT function in Excel - Usage and examples
- COUPNUM function - The function returns the number of interest payments on a security in Excel
- Intrate function - Calculate interest rates in Excel
- Use the cumulative interest calculation function in Excel
- FVSCHEDULE function - Returns the future value of an investment that has variable or adjustable interest in period in Excel
May be interested
NORMDIST function - The function returns the normal distribution with the standard deviation and the average value specified in Excel
NORMSDIST function - The function returns the normal cumulative distribution in Excel
SUBSTITUTE function - The function replaces text strings in Excel
CHITEST function - The function returns the independence test in Excel
ISPMT function - The function that calculates interest for a specified period in Excel
NORMINV function - The function returns the inverse of the cumulative distribution in Excel