Advanced-excel-functions-advanced-excel-financial-cumprinc-function

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

財務-CUMPRINC関数

説明

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

構文

CUMPRINC (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. Payment periods are numbered beginning with 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の指定に使用する単位について一貫性があることを確認してください 12%の年利で4年ローンで毎月支払いを行う場合、利率には12%/12、nperには4 12を使用します。
  • 同じローンで年間支払いを行う場合、利率に12%、nperに4を使用します。
  • rate≤0、nper≤0、またはpv≤0の場合、CUMPINCは#NUM!を返します。 エラー値
  • start_period <1、end_period <1、またはstart_period> end_periodの場合、CUMPINCは#NUM!を返します。 エラー値
  • タイプが0または1以外の数値の場合、CUMPINCは#NUM!を返します。 エラー値
  • 指定された引数のいずれかが数値として認識されない場合、CUMPRINCは#VALUE!を返します。 エラー値

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

CUMPRINC関数