โ† Error directory

Compound Interest in Excel

Compound interest grows a principal by applying the rate to the growing balance. FV is the clean approach.

=FV(rate, nper, pmt, -pv)
=FV(0.05/12, 12*10, 0, -10000)
=PV*(1+rate)^n

Effective annual rate

=EFFECT(0.05, 12)

Watchouts

PMT loan payment ยท Error directory