Syntax
| FinSln(Cost,Salvage,Life)
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Description
| Returns the straight-line depreciation of an asset assuming constant benefit from the asset.
The FinSln 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 Sln of an asset is as follows: (Cost - Salvage Value) / Useful Life
The unit of time used to express the useful life of the asset is the same as the unit of time used to express the period for which the depreciation is returned.
| ||||||||
See Also
| |||||||||
Example
| Sub Main |