Advanced-excel-functions-advanced-excel-financial-pmt-function
提供:Dev Guides
高度なExcel Financial-PMT機能
説明
PMT関数は、一定の支払いと一定の金利に基づいてローンの支払いを計算します。
構文
引数
Argument | Description | Required/Optional |
---|---|---|
Rate | The interest rate for the loan. | Required |
Nper | The total number of payments for the loan. | Required |
Pv |
The present value, or 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 (zero) 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 |
ノート
- PMTから返される支払いには元本と利息が含まれますが、税金、準備金の支払い、または場合によってはローンに関連する手数料は含まれません。
- rateおよびnperの指定に使用する単位について一貫性があることを確認してください 12%の年利で4年間のローンで毎月支払いを行う場合、利率には12%/12、nperには4 12を使用します。
- 同じローンで年払いをする場合は、利率に12%、nperに4を使用します
ローン期間中に支払われた合計金額を見つけるには、返されたPMT値にnperを掛けます。
rateの指定値が-1以下の場合、PMTは#NUM!を返します。 エラー値
nperの指定値が0に等しい場合、PMTは#NUM!を返します。 エラー値
指定された引数のいずれかが非数値の場合、PMTは#VALUE!を返します。 エラー値
適用範囲
Excel 2007、Excel 2010、Excel 2013、Excel 2016