Calculates the depreciation of an asset for a single period using the straight-line depreciation method.
Syntax
original_cost: The initial cost of the asset. Eg., 50000
Examples
|
Formula |
Result |
|
=SLN(A2;B2;C2) |
2500 |
|
=SLN(A3;B3;C3) |
5000 |
|
=SLN(A4;B4;C4) |
194.95 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#DIV/0 |
|
Similar Functions