SLN

Name

SLN —
SLN(cost,salvage_value,life)

Description

Calculates the straight line depriciation for an asset based on its cost, salvage value and anticipated life.

Formula for straight line depriciation is:

Depriciation expense = ( cost - salvage_value ) / life

@cost = cost of an asset when acquired (market value) @salvage_value = amount you get when asset sold at the end of life @life = anticipated life of an asset

See also

SYD