SLN Function
Calculates straight-line depreciation of an asset for one period.
Syntax
Parameters
| Parameter | Description | Required |
|---|---|---|
| cost | Initial cost of the asset. | Required |
| salvage | Value at the end of the depreciation life. | Required |
| life | Number of periods over which the asset is depreciated. | Required |
Basic Example
Annual depreciation of equipment
=SLN(10000, 2000, 5)A $10,000 asset with a $2,000 salvage value and 5-year life depreciates $1,600 per year.
Advanced Examples
Example 1: Monthly depreciation
Asset accountingMonthly straight-line depreciation
=SLN(12000, 2000, 60)How SLN Works
SLN subtracts salvage value from cost and divides the result by the asset life. This gives the same depreciation amount every period.
Important Notes & Limitations
Assumes constant depreciation each period.
Does not account for accelerated depreciation methods.
Life must be in the same units as the desired output (years, months, etc.).
Common Errors & Fixes
#DIV/0! errorLife is zero.Fix: Ensure life is greater than zero.
Negative depreciationSalvage value is greater than cost.Fix: Verify that salvage value is less than or equal to cost.
Download Practice File
SLN
slnPractice SLN with Real Data
Download a sample CSV file with pre-populated data and practice exercises for the SLN function. Works in both Excel and Google Sheets.
File format: CSV (comma-separated values) - opens in Excel, Google Sheets, and all spreadsheet apps