Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

How to Use the SYD function to calculate depreciation in Excel

In this tip, we calculate the depreciation of an investment. To do so, use the SYD function, which returns the sum-of-years’ digits depreciation of an asset for a specified period. Here is the syntax that is used:
SYD(cost, salvage, life, per)
cost: The asset’s initial cost.
salvage: The value of the asset at the end of the deprecation.
life: The number of periods over which the asset is depreciated.
per: The period. per must use the same units as life.

To calculate depreciation:

  1. In cell B1 enter the cost of purchase.
  2. In cell B2 enter in years the number of periods over which the purchase will be depreciated.
  3. Enter the salvage value in cell B3.
  4. Calculate the depreciation in the fifth year in cell B5 with the following formula: =SYD($B$1,$B$3,$B$2,5).
  5. Press Enter.

How to Use the SYD function to calculate depreciation in Excel

SYD is calculated as follows: = ((cost–salvage)*(life–per+1)*2) / (life*(life+1)).

This tip is compatible with Excel 97, 2000, 2003 and 2007.

How to Use the SYD function to calculate depreciation in Excel
  1. How to Use the SLN function to calculate straight-line depreciation
  2. Use the DDB function to calculate double-declining balance method
  3. How to Use the FV function to calculate total savings account balance
  4. How to Use the RATE function to calculate interest rate in Excel
  5. How to use the PV function to decide how much money to invest

Leave a Reply