SYD function

Category: Financial
Introduced: Excel 2003

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.

Example

=SYD(A2,A3,A4,1)
=SYD(A2,A3,A4,10)

Microsoft Support Page

https://support.microsoft.com/en-us/office/syd-function-069f8106-b60b-4ca2-98e0-2a0f206bdb27

Back to Functions