Excel SLN Function

This guide treats “excel sln function” the way busy spreadsheet users actually want it: answer first, a live tool to prove it on your own data, then the reasoning. It is written for Excel but calls out every place Google Sheets differs, and the platform toggle at the top switches all shortcuts between Windows and Mac so nothing here assumes the keyboard you are not on.

Exact answer

In Excel: use =SLN(cost, salvage, life) — it returns the same depreciation charge for every period, which is (cost minus salvage) divided by life.

On this page8

Syntax

=SLN(cost, salvage, life)

Arguments

Argumentrequired / optionalDescription
costrequiredThe initial purchase price of the asset.
salvagerequiredThe estimated value at the end of its useful life.
liferequiredUseful life in periods.

Related functions

DB and DDBSYDPMT
ƒxDepreciation CalculatorLive
years
First-year depreciation
€1,600.00

Straight-line · 5 years

Year 0Year 5
=SLN(cost, salvage, life)
YearDepreciationBook value
1€1,600.00€8,400.00
2€1,600.00€6,800.00
3€1,600.00€5,200.00
4€1,600.00€3,600.00
5€1,600.00€2,000.00

Need it as an auditable file?

This schedule ships inside the Corporate Finance Suite — formula-driven, unlocked, audit-ready.

View template
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

What this does

SLN spreads an asset's cost evenly across its useful life. It is the simplest depreciation method and the default in most accounting policies for assets that lose value steadily — furniture, fittings, buildings. Because the charge is identical every period, one formula covers the whole schedule with no period argument at all. That simplicity is also its limitation: assets that lose most of their value early, such as vehicles and computers, are better matched by a declining-balance method like DB or DDB. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “excel sln function”. Start on a copy or a tiny sample, keep the affected formula visible, and compare the result with the tool above before you touch the real workbook. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. The point is a calculation you can defend to a CFO or an auditor, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

A machine costing 60,000 with a 6,000 residual over 8 years: =SLN(60000, 6000, 8) returns 6,750 every year. Over the full life those charges total 54,000, bringing the book value from 60,000 down to exactly the 6,000 salvage figure. SLN is the depreciation method most policies default to, and its constant charge makes an asset schedule trivial to build. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Treat “excel sln function” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.

Common mistakes

  • Omitting salvage value, which over-depreciates the asset to zero.
  • Using straight-line for assets that genuinely lose most value early; DDB matches those far better.
  • Mixing units — a monthly schedule needs the life expressed in months, not years.

Frequently asked questions

How do I calculate straight-line depreciation?

=SLN(cost, salvage, life). It is simply (cost - salvage) / life, but the function documents the intent.

Does SLN need a period argument?

No — the charge is the same every period, which is what makes it straight-line.

When should I use a different method?

When the asset loses value fastest early on. DB and DDB front-load the charge; SYD does so more gently.