Views:

Description

Calculate the sum-of-years' digits depreciation of an asset for a specified period.

Signature 

Depreciation_SYD('cost', 'salvage', 'life', 'period')

Parameters

NameRequiredTypeDescription
costYesdoubleThe initial cost of the asset.
salvageYesdoubleThe value of the asset at the end of the depreciation
lifeYesdoubleThe number of periods over which the asset is depreciated
periodYesdoubleThe period and must use the same units as life.

Example 1

Depreciation_SYD(1000,200,5,1) Returns 266.66