vdb
Variable-declining-balance depreciation between two periods.
Syntax
Section titled “Syntax”v = vdb(cost, salvage, life, start_period, end_period, factor, no_switch)Description
Section titled “Description”Returns the depreciation accumulated between start_period and end_period using a declining-balance method that switches to straight-line when the latter would yield more (unless no_switch = true).
Example
Section titled “Example”vdb(2400, 300, 10, 0, 1)