Views:

Description

Calculate the depreciation of an asset for a specified period using the double-declining balance method or some other user-specified method.

Signature 

Depreciation_DDB('cost', 'salvage', 'life', 'period', 'factor')

Parameters

NameRequiredTypeDescription
costYesdoubleThe initial cost of the asset.
salvageYesdoubleThe value of the asset at the end of the depreciation
lifeYesdoubleThe number of periods over which the asset is being depreciated
periodYesdoubleThe period for which you want to calculate the depreciation. Period must use the same units as life.
factorNodoubleThe rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method)

Example 1

Depreciation_DDB(1000,200,5,1) Returns 400