DDB function - Calculate depreciation of assets in Excel
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.
In the cell to calculate depreciation enter the following formula: DDB (D8, D9, D10 * 12,1,2) .
Result:
- Calculating depreciation in the first year:
In the cell to calculate the depreciation value, enter the formula: DDB (D8, D9, D10,1,2) .
Result:
- 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) .
Result:
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!
You should read it
- DB function - The function calculates the depreciation of assets with specific maturity in Excel
- SLN function - Returns the depreciation value of an asset using the straight-line method in Excel
- How to use the SUM function to calculate totals in Excel
- AMORDEGRC function - The function returns the depreciation for each accounting period in Excel
- How to use the kernel function (PRODUCT function) in Excel
- SUM function in Excel: How to use SUM to calculate totals in Excel - SUM function in Excel
- How to use DSUM function in Excel
- 3 ways to calculate totals in Excel
May be interested
- SUMPRODUCT function in Excel: Calculates the sum of corresponding valuesthe sumproduct function is an extremely useful function when you have to deal with a lot of data numbers in microsoft excel. here are the things you need to know about the sumproduct function in excel.
- DAYS function, how to use the function to calculate the number of days between two time points in Excelthe days function in excel returns the results between two different timelines.
- Basic Excel functions that anyone must knowthe basic functions in excel such as the excel function, the excel statistics function we summarized below will be very helpful for you who often have to work on excel spreadsheets, especially in the field of accounting. let's refer to offline.
- Calculate the total value of the filtered list in Excelfilter is a very useful and easy to use feature in microsoft excel. with filters, you can quickly limit data to only show the necessary information. however, how to calculate the total value of the filtered list? the following article will help you answer the above question.
- How to use the Power function in Excelthe power function in excel is a power function with a given number that you don't need to calculate manually.
- How to calculate the number of days in Excelhow many days from january 9, 2015 to june 12, 2017? if you can find results within 5 seconds, you are truly a genius. however, this is no longer a problem when you know how to use excel.
- PMT function in Excel - Usage and examplesthe pmt function is one of the built-in financial functions of the excel software used to calculate the payment for a loan based on regular payments and a constant interest rate. the pmt function is not only useful for businesses, but also very practical for users if you want to calculate a loan.
- How to calculate the total value based on multiple conditions in Excelto calculate conditional sum in excel, it is impossible not to mention the special calculation function that is sumif and sumifs function. software tips will guide how to use conditional sum function. please follow the following article.
- ABS function (absolute value calculation) in Excelwhen you need to calculate absolute values for numbers in excel spreadsheets, you can use the abs function to calculate. the abs function helps you calculate the absolute value of a number, an expression or reference containing a number.
- How to calculate the average in Excelthe following article guides you in detail how to calculate the average in excel. there are 2 ways to calculate the average value: - calculate the average value according to the usual calculation formula. - calculate the average value using the average function.