Advanced-excel-functions-advanced-excel-financial-fv-function

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

高度なExcel Financial-FV関数

説明

FV関数は、一定の金利に基づいて投資の将来価値を計算します。 FVは、定期的な定額支払い、または一括払いのいずれかで使用できます。

構文

FV (rate,nper,pmt,[pv],[type])

引数

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.

年金の存続期間にわたって変更することはできません。

通常、pmtには元本と利息が含まれますが、その他の手数料や税金は含まれません。

pmtを省略する場合は、pv引数を含める必要があります。

Required
Pv

The present value, or the lump-sum amount that a series of future payments is worth right now.

pvを省略すると、0(ゼロ)と見なされるため、pmt引数を含める必要があります。

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

FVの引数の詳細および年金機能の詳細については、PVを参照してください。

ノート

  • rateおよびnperの指定に使用する単位について一貫性があることを確認してください 12%の年間利子で4年間毎月の支払いを行う場合、料金には12%/12を使用し、nperには4 12を使用します
  • 12%の年間利子で4年間年間支払いを行う場合、料金に12%、nperに4
  • すべての引数について、
  • 貯金への預金など、あなたが支払う現金は負の数で表されます
  • 配当小切手など、受け取る現金は正の数で表されます
  • 指定された引数のいずれかが非数値の場合、FVは#VALUE!を返します。 エラー

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

FV関数