DB(cost, salvage, life, period, [month])
=DB(A2,A3,A4,2,7)
returns the depreciation in the second year. This formula calculates the depreciation for a given asset for a specific period of time. The first argument, A2, is the cost of the asset. The second argument, A3, is the salvage value of the asset. The third argument, A4, is the life of the asset. The fourth argument, 2, is the period for which the depreciation is to be calculated. The fifth argument, 7, is the depreciation method used. This formula can be used to calculate the depreciation of an asset over its useful life.=DB(A5,A6,A7,3,7)
returns the depreciation in the third year. This formula is similar to the first example, but it calculates the depreciation for the third year of the asset's life. The first argument, A5, is the cost of the asset. The second argument, A6, is the salvage value of the asset. The third argument, A7, is the life of the asset. The fourth argument, 3, is the period for which the depreciation is to be calculated. The fifth argument, 7, is the depreciation method used. This formula can be used to calculate the depreciation of an asset over its useful life.The DB function calculates depreciation for a specified period using the fixed-declining balance method. It uses formulas to calculate the depreciation for a period and takes an optional argument month.