Returns the depreciation of an asset for a given period using the sum-of-years' digits method.
Syntax
original_cost: The initial cost of the asset. Eg., 50000
lifetime: The number of periods over which the asset is depreciated. Eg., 6
Remarks
Both the lifetime and year values must be of the same unit.
Examples
|
Formula |
Result |
|
=SYD(A2;B2;C2;D2) |
5000 |
|
=SYD(A3;B3;C3;D3) |
6875 |
|
=SYD(A4;B4;C4;D4) |
3250 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions