Depresiasi merupakan variabel menurun ganda
=VDB(cost, salvage, life, start, end, [factor], [no_switch])
| Parameter | Deskripsi |
|---|---|
cost |
Initial cost of asset. |
salvage |
Asset value at the end of the depreciation. |
life |
Periods over which asset is depreciated. |
start |
Start period. |
end |
End period. |
factor |
[optional] Rate at which the balance declines. If omitted, defaults to 2. |
no_switch |
[optional] Don't switch to straight line. Default is FALSE. |
In the example shown, the formula in C7, copied down, is:
=VDB(cost,salvage,life,B7-1,B7)