I would like to know if there is a function in excel to compute the nominal interest rate if the effective rate is negative
If the effective rate is positive the formula =Nominal works perfectly
I can however compute this using a mathematical/accounting formula
It would be appreciated if someone could provide me with a solution using Excel's built in functions
If the effective rate is positive the formula =Nominal works perfectly
I can however compute this using a mathematical/accounting formula
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Effective Int Rate | 6.00% | ||
2 | Nominal Rate | 5.84% | ||
3 | ||||
4 | ||||
5 | Effective Int Rate | -6.00% | ||
6 | Nominal Rate | #NUM! | ||
7 | Using Accounting Formula | |||
8 | Nominal Rate Manual | 0.51% | ||
9 | ||||
10 | ||||
11 | ||||
12 | ||||
13 | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2 | =NOMINAL(B1,12) | |
B6 | =NOMINAL(B5,12) | |
B8 | =1-((1+B5)^(1/12)) |
It would be appreciated if someone could provide me with a solution using Excel's built in functions