Advanced-excel-functions-advanced-excel-financial-ppmt-function
提供:Dev Guides
高度なExcel Financial-PPMT機能
説明
PPMT関数は、定期的な一定の支払いと一定の金利に基づいて、投資の特定の期間の元本の支払いを返します。
構文
引数
Argument | Description | Required/Optional |
---|---|---|
Rate | The interest rate per period. | Required |
Per | Specifies the period 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 — the total amount that a series of future payments is worth 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. 下記のタイプ支払い表をご覧ください。 |
Optional |
タイプ支払い表
Set type equal to | If payments are due |
---|---|
0 or omitted | At the end of the period |
1 | At the beginning of the period |
ノート
- rateおよびnperの指定に使用する単位について一貫性があることを確認してください 年利12%の4年ローンで毎月支払いを行う場合は、利率に12%/12、nperに4 12を使用します。
- 同じローンで年払いをする場合は、利率に12%、nperに4を使用します
- 引数ごとに指定した値が<0または指定したnperの値である場合、PPMTは#NUM!を返します。 エラー値
- 指定された引数のいずれかが数値として認識されない場合、PPMTは#VALUE!エラー値を返します。
適用範囲
Excel 2007、Excel 2010、Excel 2013、Excel 2016