DDB function - Calculate depreciation of assets in Excel

DDB function: The function returns the depreciation value of assets in a specified period, which can use the method of double descending balance or other methods proposed by you.

Before investing in any field, anyone has to calculate very carefully. The depreciation of properties during use is equally important. The following article introduces the DDB Function - The depreciation of assets in Excel.

Description: The function returns the depreciation value of the asset in the specified period, which can be used by the method of double descending balance or other method proposed by yourself.

Syntax: DDB (cost, salvage, life, period, [factor]) .

Inside:

- cost : The initial cost of the property, is a required parameter.

- salvage : The recovery value of assets after the investment process, also known as the depreciation value, required parameters, this parameter value can be zero.

- life : Number of periods of depreciation, or useful life of assets, is a required parameter.

- period : The number of periods you want to calculate the depreciation, is a required parameter and has the same unit as the life of the asset.

- factor: The declining rate of the balance, if omitted has value = 2 in the declining dual balance method, is an arbitrary parameter.

For example: Give the table of data for depreciation in the first month, the first year and the depreciation for the 2nd year with a decreasing rate of 2.5.

DDB function - Calculate depreciation of assets in Excel Picture 1DDB function - Calculate depreciation of assets in Excel Picture 1

- Calculation of depreciation in the first month:

In the cell to calculate depreciation enter the following formula: DDB (D8, D9, D10 * 12,1,2) .

DDB function - Calculate depreciation of assets in Excel Picture 2DDB function - Calculate depreciation of assets in Excel Picture 2

Result:

DDB function - Calculate depreciation of assets in Excel Picture 3DDB function - Calculate depreciation of assets in Excel Picture 3

- Calculating depreciation in the first year:

In the cell to calculate the depreciation value, enter the formula: DDB (D8, D9, D10,1,2) .

DDB function - Calculate depreciation of assets in Excel Picture 4DDB function - Calculate depreciation of assets in Excel Picture 4

Result:

DDB function - Calculate depreciation of assets in Excel Picture 5DDB function - Calculate depreciation of assets in Excel Picture 5

- Calculating depreciation for the 2nd year with factor = 2.5:

In the cell to calculate enter the formula: DDB (D8, D9, D10,2,1.5) .

DDB function - Calculate depreciation of assets in Excel Picture 6DDB function - Calculate depreciation of assets in Excel Picture 6

Result:

DDB function - Calculate depreciation of assets in Excel Picture 7DDB function - Calculate depreciation of assets in Excel Picture 7

You observe the depreciation in the 1st year> depreciation in the 2nd year because the value of factor = 1.5

Above is how to use DDB function in each year. Hope to help you. Good luck!

5 ★ | 2 Vote