DDB(C, S, L, P) |
![]() ![]() ![]() |
Description
This function returns the double-declining depreciation allowance given cost C, salvage value S, allowable life L, and N number of depreciation periods. The function is given by:
Where bookvalue is the current book value of the asset and L is the estimated life of the asset. The double declining balance depreciation allowance for the Pth depreciation period (DDB) is calculated by the following iteration formula, where BV is the book value for the ith depreciation period:
Parameters
C
Cost.
S
Salvage value.
L
Allowable life.
P
The period for which the double-declining depreciation allowance is being calculated.
Examples
DDB(200, 120, 25, 10) = 9.6
DDB(F9, F5, 10, 6) = 524.29
Where F5 = 1800.00 and F9 = 8000.00.
DDB(200, 220, 10, 7) = #Error
Must have "cost" = "salvage" = 0.
Try Predictive Systems Lab
Need Help?
Contact support