Depreciation - fixed-declining balance
=DB(cost, salvage, life, period, [month])
| Parameter | Description |
|---|---|
cost |
Initial cost of asset. |
salvage |
Asset value at the end of the depreciation. |
life |
Periods over which asset is depreciated. |
period |
Period to calculation depreciation for. |
month |
[optional] Number of months in the first year. Defaults to 12. |
In the example shown, the formula in C6, copied down, is:
=DB(cost,salvage,life,B6)
To get a rate to use to calculate depreciation based on fixed-declining balance, Excel uses the following formula:
rate=1-((salvage/cost)^(1/life))
To calculate depreciation in each year, Excel uses a formula like this:
=(cost-prior depreciation)*rate