FormulaCraft

How to calculate depreciation in Excel and Google Sheets

Topic:Finance basics
Excel & Google Sheets
=SLN(A2,B2,C2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

Asset CostSalvage ValueUseful Life (Yrs)Annual Depreciation
1000010005
50000500010
2500025007
80005004

=SLN(A2,B2,C2)1800

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Set up three columns: Asset Cost (A), Salvage Value (B), and Useful Life in Years (C).
  2. 2In the Annual Depreciation column, enter =SLN(A2,B2,C2). This returns the equal depreciation charge for each year under the straight-line method.
  3. 3For declining balance depreciation, use =DB(A2,B2,C2,period) where the last argument is the year number (1, 2, 3, etc.).

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

What is the difference between SLN and DB?

SLN gives the same depreciation amount each year (straight-line). DB gives higher depreciation in early years that declines over time (accelerated).

Can I create a full depreciation schedule?

Yes. Use SLN in the first year column and fill down; for DB, use the period argument (1, 2, 3…) down each row to get each year's charge.

More on Finance basics

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: