输入每月存入金额、年利率和年数,得到终值、累计存入和累计利息。这是 Excel 的 FV 函数。
=FV(rate/12, years*12, -monthly)
是的——按普通年金(期末)计算,与 Excel 默认的 FV(type=0) 一致。