Returns the depreciation of an asset for a specified period using the fixed rate declining-balance method.
Syntax
original_cost: The initial cost of the asset. Eg., 50000
Examples
|
Formula |
Result |
|
=DB(A2;B2;C2;D2;E2) |
34083.333333333 |
|
=DB(A3;B3;C3;D3;E3) |
528.048 |
|
=DB(A4;B4;C4;D4;E4) |
825.489249104 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions