描述
CUMIPMT函數(shù)返回start_period和end_period之間的貸款累計利息。
語法
CUMIPMT (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 | 計算的第一個期間。 付款期從1開始編號。 |
Required |
End_period | The last period in the calculation. | Required |
Type | 付款時間。 Look at the 類型計時表 given below. |
Required |
類型計時表
類型 | 定時 |
---|---|
0(零) | 期末付款 |
1 | 期初付款 |
Notes
-
確保您對用于指定速率和nper的單位保持一致
-
如果您以10%的年利率對四年期貸款進(jìn)行每月還款,請使用10%/12的利率和4 * 12的nper
-
如果您使用同一筆貸款每年付款,則將利率設(shè)為10%,將nper設(shè)為4
-
如果rate≤0,nper≤0或pv≤0,則CUMIPMT返回#NUM!錯誤值。
If start_period < 1, end_period < 1, or start_period > end_period, CUMIPMT returns the #NUM! error value.
If start_period or end_period > nper, CUMIPMT returns the #NUM! error value.
如果type是0或1以外的任何數(shù)字,則CUMIPMT返回#NUM!。錯誤值。
如果未將任何指定的參數(shù)識別為數(shù)值,則CUMIPMT返回#VALUE!。錯誤值。
適用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016文章來源:http://www.zghlxwxcb.cn/news/detail-708612.html
Example
JavaScript 中的 CUMIPMT函數(shù) - 無涯教程網(wǎng)無涯教程網(wǎng)提供描述CUMIPMT函數(shù)返回start_period和end_period之間的貸款累計利息。 語法 CUMIPMT (ra...https://www.learnfk.com/javascript/advanced-excel-financial-cumipmt-function.html文章來源地址http://www.zghlxwxcb.cn/news/detail-708612.html
到了這里,關(guān)于無涯教程-JavaScript - CUMIPMT函數(shù)的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!