描述

IPMT函数根据定期,固定的还款额和固定的利率返回给定投资期限内的利息支付。

语法

IPMT (rate, per, nper, pv, [fv], [type])

争论

Argument 描述 Required/Optional
Rate The interest rate per period. Required
Per The period for which you want to find the interest and must be in the range 1 to nper. Required
Nper The total number of payment periods in an annuity. Required
Pv The present value, or the lump-sum amount that a series of future payments is worth right now. Required
Fv

您希望在最后一次付款后获得的终值或现金余额。

如果省略fv,则假定为0(如,贷款的终值是0)。

Optional
Type

数字0或1,表示应付款的时间。

Look at the 类型表 given below. If type is omitted, it is assumed to be 0.

Optional

类型表

将类型设置为等于 是否应付款
0 期末
1 在期初

Notes

  • 请确保您用于指定rate和nper的单位保持一致-

    • 如果您以年利率12%的利率对四年期贷款进行每月还款,则将利率设为12%/12,将nper设为4 * 12。

    • 如果您使用同一笔贷款每年还款,则将利率设为12%,将nper设为4。

  • 对于所有参数-

    • 您支付的现金(如存款到储蓄)由负数表示。

    • 您收到的现金(如股息支票)用正数表示。

  • 如果每个参数指定的值是nper的指定值,则IPMT返回#NUM!错误值。

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

适用性

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

IPMT Function

参考链接

https://www.learnfk.com/javascript/advanced-excel-financial-ipmt-function.html