DB function - The function calculates the depreciation of assets with specific maturity in Excel
In the process of using and investing in technical equipment, you must consider the cost and calculate the cost of depreciation of assets when in use. The following article details the DB function - The function of depreciation of assets with specific maturity with the use of the method of calculating the declining balance by fixed level.
Description: The function of calculating depreciation of assets with specific maturity using the method of calculating the declining balance by fixed level.
Syntax: DB (cost, salvage, life, period, [month]) .
Inside:
- cost : The initial cost of the property, required parameters.
- salvage : The recovery value of the property or the depreciation value of the asset, is a required parameter.
- Life : The number of depreciation periods of the property, also known as the useful life of the property, is the required parameter.
- Period : The period you want to calculate the depreciation, is a mandatory parameter and must have the same life unit.
- Month : Number of months counted in the first year, is an optional parameter if omitted the default value is 12.
Attention:
- In the first and last DB function, use a special formula different from other periods:
+ The first period is calculated by the formula: DB = cost * rate * month / 12.
+ The last period is calculated by the formula: DB = (cost - total depreciation of previous periods) * rate * (12-month)) / 12.
For example:
With the following data table:
Calculate:
- Calculating depreciation of assets in the first year.
- Calculating depreciation of assets in the second year.
- Calculating depreciation of assets in the fifth year, for 6 months.
- Calculating depreciation of assets in the first year.
In the cell to calculate enter the formula: = DB (D5, D6, D7,1) .
Result:
- Calculating depreciation of assets in the second year.
In the cell to calculate enter the formula: = DB (D5, D6, D7,2) .
Result:
- Calculating depreciation of assets in the 5th year, for 6 months.
In the cell to calculate enter the formula: = DB (D5, D6, D7,5,6) .
Result:
Through 3 values over the years, the depreciation value of assets has decreased over the years. Hope to help you identify and take reasonable measures when using the property.
Good luck!
You should read it
- VDB function - Calculate asset depreciation by the declining balance method in Excel
- SLN function - Returns the depreciation value of an asset using the straight-line method in Excel
- AMORDEGRC function - The function returns the depreciation for each accounting period in Excel
- Coupdays function - Calculates the number of days in a coupon period and contains the settlement date in Excel
- How to use the DAVERAGE function in Excel
- TBILLYIELD function - The function calculates the discount rate for a bond in treasury in Excel
- How to use SUMPRODUCT function in Excel
- Basic Excel functions that anyone must know
May be interested
- VAR.P function - Function that calculates variance based on the entire set, ignoring logical values and text in Excelvar.p function: function that calculates variance based on the entire set, ignoring logical values and text. support functions from excel 2010 onwards. syntax: var.p (number1, [number2], ...)
- How to use SUMPRODUCT function in Excelsumproduct function in excel is a function that calculates the total value of corresponding products that users conduct zoning.
- GROWTH function - The function calculates the exponential growth value using existing data in Excelgrowth function: the function calculates the exponential growth value using existing data. syntax: growth (known_ys, [known_xs], [new_xs], [const])
- NPER function - The function calculates the period number of an investment in Excelcalculating interest rates for securities are usually calculated by period. so if you are a stock player, please know this calculation offline to be able to actively calculate the interest received. the following article shows how to use the nper function to calculate the number of periods for an investment.
- DATEDIF function - The function calculates the number of days, months, years between 2 dates in Exceldatedif function: the function performs the calculation of number of days, months, years between 2 dates in excel. functions are useful in formulas for calculating age numbers. syntax: datedif (start_date, end_date, unit)
- TBILLPRICE function - The function calculates the value of treasury bonds by the $ 100 face value in Excelthe following article details the meaning and usage of the tbillprice function - the function of calculating the value of treasury bonds at $ 100 face value in excel.
- FREQUENCY function - Function that calculates and returns the frequency of occurrences of values in a range in Excelfrequency function: function that calculates and returns the frequency of occurrences of values within a certain range and returns a vertical number array. syntax: frequency (data_array, bins_array)
- TBILLEQ function - Calculates the returns corresponding to bonds in treasury in Excelthe following article details the meaning and usage of tbilleq function - calculate the profit corresponding to bonds in the treasury.
- How to use function keys in Microsoft Excelfunction keys on the keyboard are often 'forgotten' but for specific applications, they are quite useful. microsoft excel has some interesting features hidden behind these function keys, let's take a look.
- CUMPRINC function - The function calculates the cumulative capital amount payable in Excelthe following article shows how to use the cumprinc function to help you calculate by calculating the cumulative capital amount to pay.