Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

Use the DDB function to calculate double-declining balance method

The DDB function returns the depreciation of an asset for a specified period, using the double-declining balance method or some other method that can be specified.
DDB(cost, salvage, life, period, factor)
cost: The asset’s initial cost.
salvage: The value of the asset at the end of the depreciation.
life: The number of periods over which the asset is being depreciated.
period: The period for which the depreciation is being calculated.
factor: The rate at which the balance declines. If factor is omitted, it is assumed to be 2, which specifies the double-declining balance method.

To use the double-declining balance method:

  1. Enter the initial cost in cell B1, the number of periods in cell B2, and the salvage in cell B3.
  2. Calculate the depreciation in the fifth year in cell B4 with the following formula: =DDB($B$1,$B$3,$B$2,5).
  3. To calculate the depreciation after one day, type this formula in cell B5: =DDB($B$1,$B$3,$B$2*365,1).
  4. To calculate the depreciation after the first month, use this formula in cell B6: =DDB($B$1,$B$3,$B$2*12,1).

Use the DDB function to calculate double-declining balance method

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

Use the DDB function to calculate double-declining balance method
  1. How to Use the FV function to calculate total savings account balance
  2. How to Use the SYD function to calculate depreciation in Excel
  3. How to Use the SLN function to calculate straight-line depreciation
  4. How to Use the QUARTILE function to calculate the quartiles
  5. How to Use the EDATE function to calculate months in Excel

Leave a Reply