国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

無涯教程-JavaScript - CUMIPMT函數(shù)

這篇具有很好參考價值的文章主要介紹了無涯教程-JavaScript - CUMIPMT函數(shù)。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

描述

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

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)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進(jìn)行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費用

相關(guān)文章

  • 無涯教程-JavaScript - DELTA函數(shù)

    DELTA函數(shù)測試兩個值是否相等。如果number1 = number2,則返回1;否則返回1。否則返回0。 您可以使用此功能來過濾一組值。如,通過合計幾個DELTA函數(shù),您可以計算相等對的計數(shù)。此功能也稱為Kronecker Delta功能。 Argument 描述 Required/Optional number1 The first number. Required number2 第二個數(shù)字。

    2024年02月09日
    瀏覽(18)
  • 無涯教程-JavaScript - IMPRODUCT函數(shù)

    IMPRODUCT函數(shù)以x + yi或x + yj文本格式返回1到255個復(fù)數(shù)的乘積。兩個復(fù)數(shù)的乘積為- $$(A + BI)(C + DI)=(AC-BD)(A + B)1 $$ Argument 描述 Required/Optional Inumber1 1 to 255 complex numbers to multiply. Required [inumber2], … 1 to 255 complex numbers to multiply. Optional Excel中的復(fù)數(shù)僅存儲為文本。 當(dāng)將格式為\\\" a + bi\\\"或

    2024年02月09日
    瀏覽(21)
  • 無涯教程-JavaScript - DB函數(shù)

    DB函數(shù)使用固定余額遞減法返回指定期間內(nèi)資產(chǎn)的折舊。 Argument 描述 Required/Optional Cost The initial cost of the asset. Required Salvage The value at the end of the depreciation (sometimes called the salvage value of the asset). Required Life The number of periods over which the asset is being depreciated (sometimes called the useful

    2024年02月09日
    瀏覽(23)
  • 無涯教程-JavaScript - IMCSCH函數(shù)

    IMCSCH函數(shù)以x + yi或x + yj文本格式返回復(fù)數(shù)的雙曲余割。 復(fù)數(shù)的雙曲余割定義為雙曲正弦的倒數(shù),即 csch(z)= 1 /出生(z) Argument 描述 Required/Optional Inumber A complex number for which you want the hyperbolic cosecant. Required Excel中的復(fù)數(shù)僅存儲為文本。 當(dāng)將格式為\\\" a + bi\\\"或\\\" a + bj\\\"的文本字符串提供

    2024年02月09日
    瀏覽(29)
  • 無涯教程-JavaScript - BESSELK函數(shù)

    BESSELK函數(shù)返回修改后的Bessel函數(shù)Kn(x),該函數(shù)等效于針對純虛參判斷的Bessel函數(shù)。 這些也稱為雙曲貝塞爾函數(shù)。 Argument 描述 Required/Optional X The value at which to evaluate the function. Required N The order of the function. If n is not an integer, it is truncated. Required 如果x為非數(shù)字,則BESSELK返回#VALUE!錯

    2024年02月09日
    瀏覽(22)
  • 無涯教程-JavaScript - DDB函數(shù)

    DDB函數(shù)使用雙倍余額遞減法或您指定的某些其他方法返回指定期間內(nèi)資產(chǎn)的折舊。 Argument 描述 Required/Optional Cost The initial cost of the asset. Required Salvage 折舊結(jié)束時的價值(有時稱為資產(chǎn)的殘值)。 該值可以為0。 Required Life The number of periods over which the asset is being depreciated (sometime

    2024年02月09日
    瀏覽(23)
  • 無涯教程-JavaScript - DAYS函數(shù)

    DAYS函數(shù)返回兩個日期之間的天數(shù)。 Argument 描述 Required/Optional End_date Start_date and End_date are the two dates between which you want to know the number of days. Required Start_date Start_date and End_date are the two dates between which you want to know the number of days. Required Excel將日期存儲為序列號,以便可以在計算中

    2024年02月10日
    瀏覽(22)
  • 無涯教程-JavaScript - IMPOWER函數(shù)

    IMPOWER函數(shù)以x + yi或x + yj文本格式返回加到冪的復(fù)數(shù)。求冪的復(fù)數(shù)的計算方法如下- $$(x + yi)^ n = r ^ ne ^ {n theta} = r ^ n cos n theta + ir ^ n sin n theta $$ 哪里- $$r = sqrt {x ^ 2 + y ^ 2} ::和::theta = tan ^ {-1} left(frac {y} {x} right): :和::theta epsilon(-pi; pi] $$ Argument 描述 Required/Optiona

    2024年02月09日
    瀏覽(33)
  • 無涯教程-JavaScript - IMLOG2函數(shù)

    IMLOG2函數(shù)以x + yi或x + yj文本格式返回復(fù)數(shù)的以2為底的對數(shù)??梢詮淖匀粚?shù)計算復(fù)數(shù)的以2為底的對數(shù),如下所示- $$log_2(x + yi)=(log_2e)ln(x + yi)$$ Argument 描述 Required/Optional Inumber A complex number for which you want the base-2 logarithm. Required Excel中的復(fù)數(shù)僅存儲為文本。 當(dāng)將格式為\\\" a + bi\\\"或

    2024年02月09日
    瀏覽(22)
  • 無涯教程-Javascript - For...in循環(huán)語句

    for ... in 循環(huán)用于循環(huán)訪問對象的屬性,由于無涯教程尚未討論 Objects 對象,您就會發(fā)現(xiàn)此循環(huán)非常有用。 “ for...in”循環(huán)的語法為: 在每次迭代中,將 object 對象中的一個屬性分配給 variablename 變量,此循環(huán)一直進(jìn)行到對象的所有屬性。 請嘗試以下示例來實現(xiàn)\\\" for-in\\\"循環(huán),它

    2024年02月16日
    瀏覽(20)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包