SLN


Description Returns the depreciation of an asset for a specific period of time using the straight-line balance method.

Syntax SLN ( cost, salvage, life )

Argument Description
cost The initial cost of the asset.
salvage The salvage value of the asset.
life The number of periods of the useful life of the asset.

Example This function returns 1285.71:

SLN(10000, 1000, 7)

See Also DDB, SYD, VDB