描述
CUMPRINC函数返回start_period和end_period之间的贷款累计本金。
语法
CUMPRINC (rate, nper, pv, start_period, end_period, type)
争论
| Argument | 描述 | Required/Optional | 
|---|---|---|
| Rate | The interest rate. | Required | 
| Nper | The total number of payment periods. | Required | 
| Pv | The present value. | Required | 
| Start_period | The first period in the calculation. Payment periods are numbered beginning with 1. | Required | 
| End_period | The last period in the calculation. | Required | 
| Type |   付款时间。 Look at the 类型计时表 given below.  | Required | 
类型计时表
| 类型 | 定时 | 
|---|---|
| 0(零) | 期末付款 | 
| 1 | 期初付款 | 
Notes
-  
确保您对用于指定速率和nper的单位保持一致
-  
如果您以12%的年利率对四年期贷款进行每月还款,请使用12%/12的利率和4 * 12的nper。
 -  
如果您使用同一笔贷款每年还款,则将利率设为12%,将nper设为4。
 
 -  
 如果rate≤0,nper≤0或pv≤0,则CUMPRINC返回#NUM!错误值。
If start_period < 1, end_period < 1, or start_period > end_period, CUMPRINC returns the #NUM! error value.
如果type是0或1以外的任何数字,则CUMPRINC返回#NUM!。错误值。
如果任何指定的参数都不能识别为数值,则CUMPRINC返回#VALUE!。错误值。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
 
 
JavaScript 中的 CUMPRINC函数 - 无涯教程网无涯教程网提供描述CUMPRINC函数返回start_period和end_period之间的贷款累计本金。 语法 CUMPRINC (...
https://www.learnfk.com/javascript/advanced-excel-financial-cumprinc-function.html



















