Depresiasi - menurun ganda
=DDB(cost, salvage, life, period, [factor])
| Parameter | Deskripsi |
|---|---|
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. |
factor |
[optional] Rate at which the balance declines. If omitted, defaults to 2. |
The DDB function calculates the depreciation of an asset in a given period using the double-declining balance method. The double-declining balance met
=MIN((cost-pd)*(factor/life),(cost-salvage-pd))
The factor argument is optional and defaults to 2, which specifies the double-declining balance method. You can change factor to another value to infl
=DDB(cost,salvage,life,B7)