Advanced-excel-functions-advanced-excel-financial-ipmt-function

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

高度なExcel Financial-IPMT機能

説明

IPMT関数は、定期的な一定の支払いと一定の利率に基づいて、投資の特定の期間の利息の支払いを返します。

構文

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

引数

Argument Description 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

The future value, or a cash balance you want to attain after the last payment is made.

fvが省略された場合、0であると想定されます(たとえば、ローンの将来価値は0です)。

Optional
Type

The number 0 or 1 and indicates when payments are due.

下記のタイプ表をご覧ください。 typeが省略された場合、0と見なされます。

Optional

タイプ表

Set type equal to If payments are due
0 At the end of the period
1 At the beginning of the period

ノート

  • あなたが率とnperを指定するために使用する単位について一貫していることを確認してください- 年利12%の4年ローンで毎月支払いを行う場合は、利率に12%/12、nperに4 12を使用します。
  • 同じローンで年間支払いを行う場合、利率に12%、nperに4を使用します。
  • すべての引数について-
  • 貯金への預金など、あなたが支払う現金は負の数で表されます。
  • 配当小切手など、受け取る現金は正の数で表されます。
  • 引数ごとに指定された値が<0または指定されたnperの値である場合、IPMTは#NUM!を返します。 エラー値
  • 指定された引数のいずれかが数値として認識されない場合、IPMTは#VALUE!を返します。 エラー値

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

IPMT関数