Excel - CUMPRINC 函数
描述
CUMPRINC 函数返回 start_period 和 end_period 之间贷款累计支付的本金。
语法
CUMPRINC (rate, nper, pv, start_period, end_period, type)
参数
参数 | 描述 | 必需/可选 |
---|---|---|
Rate | 利率。 | 必填 |
Nper | 付款期总数。 | 必填 |
Pv | 现值。 | 必填 |
Start_period | 计算中的第一个期间。付款期从 1 开始编号。 | 必填 |
End_period | 计算中的最后一个期间。 | 必填 |
type | 付款时间。 查看下面给出的类型-时间表。 |
必填 |
类型-时间表
类型 | 时间 |
---|---|
0(零) | 期末付款 |
1 | 期初付款 |
备注
确保您在指定 rate 和 nper 时使用的单位一致
如果您按月偿还四年期贷款,年利率为 12%,则 rate 使用 12%/12,nper 使用 4*12。
如果您按年偿还同一笔贷款,则 rate 使用 12%,nper 使用 4。
如果 rate ≤ 0、nper ≤ 0 或 pv ≤ 0,则 CUMPRINC 返回 #NUM! 错误值。
如果 start_period < 1、end_period < 1 或 start_period > end_period,则 CUMPRINC 返回 #NUM! 错误值。
如果 type 是 0 或 1 以外的任何数字,则 CUMPRINC 返回 #NUM!错误值。
如果任何指定的参数未被识别为数值,CUMPRINC 将返回 #VALUE! 错误值。
适用性
Excel 2007、Excel 2010、Excel 2013、Excel 2016
示例
