Returns the depreciation of an asset for a specified period using the double declining-balance method, or another method that you specify.
Syntax
original_cost: The initial cost of the asset. Eg., 50000
salvage: The value at the end of depreciation. Eg., 300
Examples
|
Formula |
Result |
|
=DDB(A2;B2;C2;D2;E2) |
49700 |
|
=DDB(A3;B3;C3;D3;E3) |
900 |
|
=DDB(A4;B4;C4;D4;E4) |
847.505558299 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions