WorksheetFunction.Db (Excel)

Returns the depreciation of an asset for a specified period using the fixed-declining balance method.

The fixed-declining balance method computes depreciation at a fixed rate. Db uses the following formulas to calculate depreciation for a period:

Db (Arg1, Arg2, ..., Arg5)


Dim dblArg1 As Double: dblArg1 = 
Dim dblArg2 As Double: dblArg2 = 
Dim dblArg3 As Double: dblArg3 = 
Dim dblArg4 As Double: dblArg4 = 
Dim dblDb As Double
dblDb = WorksheetFunction.Db(Arg1:=dblArg1, Arg2:=dblArg2, Arg3:=dblArg3, Arg4:=dblArg4)

Arguments

Arg1, Arg2, ..., Arg5

Arg1 (Double) - Cost - the initial cost of the asset.

Arg2 (Double) - Salvage - the value at the end of the depreciation (sometimes called the salvage value of the asset).

Arg3 (Double) - Life - the number of periods over which the asset is being depreciated (sometimes called the useful life of the asset).

Arg4 (Double) - Period - the period for which you want to calculate the depreciation. Period must use the same units as life.

Arg5 - Month - the number of months in the first year. If month is omitted, it is assumed to be 12