无涯教程-JavaScript - ISPMT函数

192 阅读1分钟

描述

ISPMT函数计算在特定投资期间支付的利息。提供此功能是为了与Lotus 1-2-3兼容。

语法

ISPMT (rate, per, nper, pv)

争论

Argument 描述 Required/Optional
Rate The interest rate for the investment. Required
Per The period for which you want to find the interest, and must be between 1 and nper. Required
Nper The total number of payment periods for the investment. Required
Pv

投资的现值。

对于贷款,pv是贷款金额。

Required

Notes

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

    • 如果您以12%的年利率对四年期贷款进行每月还款,请使用12%/12的利率和4 * 12的nper。

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

  • 对于所有参数-

    • 您支付的现金,如存款或其他提款,用负数表示。

    • 您收到的现金,如股息支票和其他存款,用正数表示。

适用性

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

ISPMT Function

参考链接

www.learnfk.com/javascript/…