Advanced-excel-functions-advanced-excel-financial-syd-function

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

高度なExcel Financial-SYD関数

説明

SYD関数は、指定された期間の資産の減価償却年数を返します。

構文

SYD (cost, salvage, life, per)

引数

Argument Description Required/Optional
Cost The initial cost of the asset. Required
Salvage The value at the end of the depreciation (sometimes called the salvage value of the asset). Required
Life The number of periods over which the asset is depreciated (sometimes called the useful life of the asset). Required
Per The period and must use the same units as life. Required

ノート

  • SYDは次のように計算されます- + SYD = \ frac \ {\ left(コスト-サルベージ\ right)* \ left(ライフ-+1あたり\ right)* 2} \ {\ left(ライフ\ right)\ left(ライフ+1 \ right )}
  • 指定されたサルベージ引数が<0の場合、SYDは#NUM!を返します。 エラー。
  • 指定された寿命または引数ごとに指定された≤0の場合、SYDは#NUM!を返します。 エラー。
  • 指定されたperが指定されたlife引数より大きい場合、SYDは#NUM!を返します。 エラー。
  • 指定された値のいずれかが非数値の場合、SYDは#VALUE!を返します。 エラー。

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

SYD関数