SYD function
Summary
Returns the sum-of-years' digits depreciation of an asset for a specified period
Syntax
SYD(cost, salvage, life, per)
The SYD function syntax has the following arguments:
• Cost Required. The initial cost of the asset.
• Salvage Required. The value at the end of the depreciation (sometimes called the salvage value of the asset).
• Life Required. The number of periods over which the asset is depreciated (sometimes called the useful life of the asset).
• Per Required. The period and must use the same units as life.
• Cost Required. The initial cost of the asset.
• Salvage Required. The value at the end of the depreciation (sometimes called the salvage value of the asset).
• Life Required. The number of periods over which the asset is depreciated (sometimes called the useful life of the asset).
• Per Required. The period and must use the same units as life.
Example
=SYD(A2,A3,A4,1)
=SYD(A2,A3,A4,10)
=SYD(A2,A3,A4,10)