Syntax
| FinDDB(Cost, Salvage, Life, Period)
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Calculates the depreciation of an asset for a specified Period of time using the double-declining balance method.
The double-declining balance method calculates the depreciation of an asset at an accelerated rate. The depreciation is at its highest in the first period and becomes progressively lower in each additional period. FinDDB uses the following formula to calculate the depreciation:
((Cost - Total_depreciation_from_all_other_periods) * 2) / Life
Life and Period must be expressed using the same units. For example, if Life is expressed in months, then Period must also be expressed in months.
| ||||||||||
See Also
| |||||||||||
Example
| Sub Main |