The DB function calculates the depreciation value for a given period

Using the declining fixed balance method, calculate the depreciation value of an asset over a given period.

grammar

DB(cost,salvage,life,period,month)

cost indicates the original asset value.

salvage is the value of the asset at the end of depreciation (also known as the salvage value of the asset).

life is the period of depreciation (sometimes called the useful life of the asset).

period is the period during which the depreciation value needs to be calculated. Period must use the same unit as life.

month indicates the number of months in the first year. If it is omitted, assume 12.

Instructions

  • The decreasing fixed balance method is used to calculate the depreciation value of an asset at a fixed interest rate. The function DB uses the following calculation formula to calculate the depreciation value for a period:

(cost – total value of prior depreciation) * rate

Formula:

rate = 1 – ((salvage/cost) ^ (1 / life)), save 3 decimal places

  • Depreciation in the first and last periods is a special case. For the first period, the formula for calculating the function DB is:

cost * rate * month / 12

  • For the last period, the formula for calculating the function DB is:

((cost – total value of prior depreciation) * rate * (12-month)) / 12

I want to create a clean, concise and efficient office reference manual, in order to maintain a good reference experience, I did not add any third-party advertisements in my blog, of course, if you are willing, you can watch the following video, it can bring me some income, so that I can better maintain the server to provide higher quality service, thank you for your help and support.

You can choose any link below to watch my videos and I will earn some money to strengthen the site and resist DDOS attacks that may happen at any time, thank you for your support!
(Please note: Please do not maliciously click on links or video ads to increase invalid traffic, as this can result in lower or no revenue.)

Learn to consult the manual video

(Will be released in the later period with the consult the manual article, please pay attention.)

My Febspot video list (Learn after-school relaxation videos)

https://suu.us/sponsor

My Febspot video home page

https://www.febspot.com/leet4477/