
CUMPRINC 函数返回一笔贷款在给定的 start_period 到 end_period 期间累计偿还的本金数额。
Excel 2003+
此函数为财务函数中计算付款数额的函数,返回一笔贷款在给定的start_period 到 end_period 期间累计偿还的本金数额。函数名由Cumulate(累积的)+Payment(付款数额)+Principle(本金)三个单词组合而成。
本金数额。
=CUMPRINC(rate, nper, pv, start_period, end_period, type)=CUMPRINC(利率, 期数, 现值, 首期, 末期, 类型)备注:将利率除以 12 得出月利率。支付的年数乘以 12 将得到支付的次数。计算结果为负表示对外付款(个人贷款利息)。
更多信息及示例请参考微软Office网站。