SYD Function

Excel Functions › Financial

All versions Financial

The Excel SYD function returns sum-of-years'-digits depreciation — an accelerated method that weights early years more, but less aggressively than DDB.


Quick answer:
=SYD(10000, 1000, 5, 1) // year 1

Syntax

=SYD(cost, salvage, life, per)
ArgumentDescription
costRequiredInitial cost.
salvageRequiredEnd value.
lifeRequiredUseful life.
perRequiredThe period.

How to use it

SYD returns sum-of-years'-digits depreciation — an accelerated method that weights early years more, but less aggressively than DDB.

=SYD(10000, 1000, 5, 1) // sum-of-years digits year 1

Try it: interactive demo

Live demo

This is the formula pattern SYD uses — copy it into Excel with your own numbers.

Result: computed in Excel

Practice workbook

📊
Download the free SYD practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

How does SYD weight depreciation?
By a declining fraction (life/SYD, then (life-1)/SYD…), so early years get more.
SYD vs DDB?
SYD is accelerated but smoother than the steep double-declining DDB.
Which Excel versions support it?
All modern versions.
Why might it return #NUM! or #VALUE!?
Out-of-range arguments (e.g. negative rate or settlement after maturity) give #NUM!; non-numeric inputs give #VALUE!.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: SLN · DB · DDB · SYD