Advanced-excel-functions-advanced-excel-financial-pv-function
提供:Dev Guides
高度なExcel Financial-PV機能
説明
PV関数は、一定の金利に基づいて、ローンまたは投資の現在価値を計算します。 PVは、定期的な一定の支払い(住宅ローンやその他のローンなど)、または投資目標である将来価値のいずれかで使用できます。
構文
引数
Argument | Description | Required/Optional |
---|---|---|
Rate | The interest rate per period. | Required |
Nper | The total number of payment periods in an annuity. | Required |
Pmt |
The payment made each period and cannot change over the life of the annuity. 通常、pmtには元本と利息が含まれますが、その他の手数料や税金は含まれません。 |
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 |
---|---|
If payments are due | 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を使用します
- 次の機能は年金に適用されます-
- CUMIPMT
- カンプリン
- FV
- FVSCHEDULE
- IPMT
- PMT
- PPMT
- PV
- RATE
- XIRR
- XNPV
- 年金は、連続した期間にわたって行われる一連の一定の現金支払いです。
- たとえば、自動車ローンや住宅ローンは年金です。 年金機能では、
- 貯金への預金など、あなたが支払う現金は負の数で表されます
- 配当小切手など、受け取る現金は正の数で表されます Microsoft Excelは、他の観点から1つの経済的議論を解決します。 率が0ではない場合、- + pv* \ left(1 + rate \ right)^ \ {nper} + pmt \ left(1 + rate * type \ right) * + \ left(\ frac \ {\ left(1+ rate \ right)^ \ {nper} -1} \ {rate} \ right)+ fv = 0 + rateが0の場合、-+(pmt nper)+ pv+ fv = 0
- 指定された引数のいずれかが非数値の場合、PVは#VALUE!を返します。 エラー。
適用範囲
Excel 2007、Excel 2010、Excel 2013、Excel 2016