Advanced-excel-functions-advanced-excel-financial-rate-function

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

高度なExcel Financial-RATE機能

説明

RATE関数は、年金の期間ごとの利率を返します。 RATEは反復によって計算され、ゼロ以上のソリューションを持つことができます。 20回の反復後、RATEの連続した結果が0.0000001以内に収束しない場合、RATEは#NUM!を返します。 エラー値。

構文

RATE (nper, pmt, pv, [fv], [type], [guess])

引数nper、pmt、pv、fv、およびtypeの詳細については、PV関数を参照してください。

引数

Argument Description Required/Optional
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には元本と利息が含まれますが、その他の手数料や税金は含まれません。

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

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です)。

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

Required
Type The number 0 or 1 and indicates when payments are due. Look at the Type-Payment Table given below. Optional
Guess

Your guess for what the rate will be.

推測を省略すると、10パーセントと見なされます。

RATEが収束しない場合、推測のために異なる値を試してください。

RATEは通常、推測が0〜1の場合に収束します。

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

ノート

  • guessとnperの指定に使用する単位について一貫性があることを確認してください 12%の年利で4年ローンで毎月支払いを行う場合、推測には12%/12を、nperには4 12を使用します
  • 同じローンで年払いをする場合は、推測に12%、nperに4を使用します
  • 関数がソリューションに収束できない場合、RATEは#NUM!を返します。 エラー。
  • 指定された引数のいずれかが非数値の場合、RATEは#VALUE!を返します。 エラー。

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

RATE関数