SLN

SLN(cost, salvage, life)

SLN returns a number specifying the straight-line depreciation of an asset for a single period.

Parameters

Return value

Number value.

Example

Suppose a company purchases a fleet of cars for $560,000. The cars have a lifetime of 12 years and a salvage value of $30,000. The depreciation per year is:

SLN(560000, 30000, 12) - Returns 44166.67. Thus the depreciation per year is $44,166.67.