无涯教程-JavaScript - CUMIPMT函数

这篇具有很好参考价值的文章主要介绍了无涯教程-JavaScript - CUMIPMT函数。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

描述

CUMIPMT函数返回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%的年利率对四年期贷款进行每月还款,请使用10%/12的利率和4 * 12的nper

    • 如果您使用同一笔贷款每年付款,则将利率设为10%,将nper设为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以外的任何数字,则CUMIPMT返回#NUM!。错误值。

  • 如果未将任何指定的参数识别为数值,则CUMIPMT返回#VALUE!。错误值。

适用性

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

JavaScript 中的 CUMIPMT函数 - 无涯教程网无涯教程网提供描述CUMIPMT函数返回start_period和end_period之间的贷款累计利息。 语法 CUMIPMT (ra...https://www.learnfk.com/javascript/advanced-excel-financial-cumipmt-function.html文章来源地址https://www.toymoban.com/news/detail-708612.html

到了这里,关于无涯教程-JavaScript - CUMIPMT函数的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 无涯教程-JavaScript - HYPGEOMDIST函数

    HYPGEOMDIST函数替代Excel 2010中的HYPGEOM.DIST函数。 该函数返回超几何分布。 HYPGEOMDIST返回给定样本数量,给定样本数量,总体成功率和总体数量的概率。 将HYPGEOMDIST用于具有有限总体的问题,其中每个观察输出都是成功或失败,并且给定大小的每个子集的选择可能性均等。 Argument 描述

    2024年02月10日
    浏览(50)
  • 无涯教程-JavaScript - DAYS函数

    DAYS函数返回两个日期之间的天数。 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日
    浏览(42)
  • 无涯教程-JavaScript - IMCSCH函数

    IMCSCH函数以x + yi或x + yj文本格式返回复数的双曲余割。 复数的双曲余割定义为双曲正弦的倒数,即 csch(z)= 1 /出生(z) Argument 描述 Required/Optional Inumber A complex number for which you want the hyperbolic cosecant. Required Excel中的复数仅存储为文本。 当将格式为\\\" a + bi\\\"或\\\" a + bj\\\"的文本字符串提供

    2024年02月09日
    浏览(42)
  • 无涯教程-JavaScript - IMPOWER函数

    IMPOWER函数以x + yi或x + yj文本格式返回加到幂的复数。求幂的复数的计算方法如下- $$(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日
    浏览(54)
  • 无涯教程-JavaScript - IMPRODUCT函数

    IMPRODUCT函数以x + yi或x + yj文本格式返回1到255个复数的乘积。两个复数的乘积为- $$(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中的复数仅存储为文本。 当将格式为\\\" a + bi\\\"或

    2024年02月09日
    浏览(46)
  • 无涯教程-JavaScript - BESSELK函数

    BESSELK函数返回修改后的Bessel函数Kn(x),该函数等效于针对纯虚参判断的Bessel函数。 这些也称为双曲贝塞尔函数。 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为非数字,则BESSELK返回#VALUE!错

    2024年02月09日
    浏览(35)
  • 无涯教程-JavaScript - DDB函数

    DDB函数使用双倍余额递减法或您指定的某些其他方法返回指定期间内资产的折旧。 Argument 描述 Required/Optional Cost The initial cost of the asset. Required Salvage 折旧结束时的价值(有时称为资产的残值)。 该值可以为0。 Required Life The number of periods over which the asset is being depreciated (sometime

    2024年02月09日
    浏览(43)
  • 无涯教程-JavaScript - IMDIV函数

    IMDIV函数以x + yi或x + yj文本格式返回两个复数的商。 $$IMDIV(z1,z2)= frac {(a + bi)} {(c + in)} = frac {{ac + bd)+(bc-ad)i} {c ^ 2 + d ^ 2 } $$ Argument 描述 Required/Optional Inumber1 The complex numerator or dividend. Required Inumber2 The complex denominator or divisor. Required Excel中的复数仅存储为文本。 当将格式为\\\" a

    2024年02月09日
    浏览(43)
  • 无涯教程-JavaScript - IMLOG2函数

    IMLOG2函数以x + yi或x + yj文本格式返回复数的以2为底的对数。可以从自然对数计算复数的以2为底的对数,如下所示- $$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中的复数仅存储为文本。 当将格式为\\\" a + bi\\\"或

    2024年02月09日
    浏览(42)
  • 无涯教程-Javascript - For...in循环语句

    for ... in 循环用于循环访问对象的属性,由于无涯教程尚未讨论 Objects 对象,您就会发现此循环非常有用。 “ for...in”循环的语法为: 在每次迭代中,将 object 对象中的一个属性分配给 variablename 变量,此循环一直进行到对象的所有属性。 请尝试以下示例来实现\\\" for-in\\\"循环,它

    2024年02月16日
    浏览(42)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包