Syntax
| FinSYD(Cost,Salvage,Life,Period)
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Returns the straight-line depreciation of an asset assuming constant benefit from the asset.
Returns the sum of years’ digits depreciation of an asset over a specific period of time.
The SYD of an asset is found by taking an estimate of its useful life in years, assigning values to each year, and adding up all the numbers.
The formula used to find the SYD of an asset is as follows:
(Cost - Salvage_Value) * Remaining_Useful_Life / SYD To receive accurate results, the parameters Life and Period must be expressed in the same units. If Life is expressed in terms of months, for example, then Period must also be expressed in terms of months.
| ||||||||||
See Also
| |||||||||||
Example
| Sub Main |