Advanced-excel-functions-advanced-excel-financial-cumipmt-function

提供:Dev Guides
移動先:案内検索

財務-CUMIPMT関数

説明

CUMIPMT関数は、start_periodとend_periodの間のローンで支払われた累積利息を返します。

構文

CUMIPMT (rate, nper, pv, start_period, end_period, type)

引数

Argument Description Required/Optional
Rate The interest rate. Required
Nper The total number of payment periods. Required
Pv The present value. Required
Start_period

The first period in the calculation.

支払い期間は1から始まります。

Required
End_period The last period in the calculation. Required
Type

The timing of the payment.

下記のタイプタイミングテーブルをご覧ください。

Required

タイプタイミング表

Type Timing
0 (zero) Payment at the end of the period
1 Payment at the beginning of the period

ノート

  • rateおよびnperの指定に使用する単位について一貫性があることを確認してください 10%の年利で4年ローンで毎月支払いを行う場合、利率には10%/12を、nperには4 12を使用します。
  • 同じローンで年払いをする場合は、利率に10%、nperに4を使用します
  • rate≤0、nper≤0、またはpv≤0の場合、CUMIPMTは#NUM!を返します。 エラー値
  • start_period <1、end_period <1、またはstart_period> end_periodの場合、CUMIPMTは#NUM!を返します。 エラー値
  • start_periodまたはend_period> nperの場合、CUMIPMTは#NUM!を返します。 エラー値
  • typeが0または1以外の数値の場合、CUMIPMTは#NUM!を返します。 エラー値
  • 指定された引数のいずれかが数値として認識されない場合、CUMIPMTは#VALUE!を返します。 エラー値

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

CUMIPMT関数