输入本金、年利率、年限和复利频率。Excel 的 FV 函数做同样的计算。
=FV(rate/n, years*n, 0, -principal)
用 FV:=FV(7%/12, 120, 0, -10000) 表示 1 万、7%、按月复利、10 年。
函数
操作教程