Dapatkan tingkat bunga nominal tahunan
=NOMINAL(effect_rate, npery)
| Parameter | Deskripsi |
|---|---|
effect_rate |
The effective annual interest rate. |
npery |
Number of compounding periods per year. |
The Excel NOMINAL function calculates the nominal interest rate when given an effective annual interest rate and the number of compounding periods per
=NOMINAL(0.0614,4) // returns 0.06
In the example shown, the formula in D6, copied down, is:
=NOMINAL(B6,C6)