SLN
Last updated
Was this helpful?
Last updated
Was this helpful?
Calculates the depreciation of an asset using the straight-line method.
Syntax: SLN (
cost
,
salvage
,
life
,
start_date
)
cost
is the initial value of the asset purchased
salvage
is the value of the asset at the end of its useful life (i.e, end of the depreciation period)
life
is the life of the asset in years
start_date
(optional) indicating the beginning of the depreciation calculation. If not provided, it'll default to the plan start date
Example: SLN ( 100000 , 5000 , 5 , DATE ( 2024 , 02 , 01 ) )
Output: