cum函数的含义
CUMIPMT函数
Microsoft Office的Excel软件中用于计算一笔贷款在给定的 start_period 到 end_period 期间累计偿还的利息数额。
函数的公式:
CUMIPMT(rate, nper, pv, start_period, end_period, type)
其中每个参数的意义:
Rate必需。利率。
Nper必需。总付款期数。
pv必需。现值。
Start_period必需。计算中的首期。付款期数从 1 开始计数。
End_period必需。计算中的末期。
Type必需。付款时间类型。可以填写0(期末付款)或者1(期初付款)。