DDB function

DDB function Returns the depreciation of an asset for a specified period using the double-declining balance method or som...

DDB function

Returns the depreciation of an asset for a specified period using the double-declining balance method or some other method you specify.

Syntax

DDB(cost,salvage,life,period,factor)

Cost     is the initial cost of the asset.

Salvage     is the value at the end of the depreciation (sometimes called the salvage value of the asset).

Life     is the number of periods over which the asset is being depreciated (sometimes called the useful life of the asset).

Period     is the period for which you want to calculate the depreciation. Period must use the same units as life.

Factor     is the rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method).

All five arguments must be positive numbers.

Remarks

  • The double-declining balance method computes depreciation at an accelerated rate. Depreciation is highest in the first period and decreases in successive periods. DDB uses the following formula to calculate depreciation for a period:

    ((cost-salvage) - total depreciation from prior periods) * (factor/life)

  • Change factor if you do not want to use the double-declining balance method.

Examples

In the following examples, the results are rounded to two decimal places.

Cost

Salvage

Life

Formula

Description (Result)

2400

300

10

=DDB([Cost],[Salvage],[Life]*365,1)

First day's depreciation. Factor is automatically assumed to be 2. (1.32)

2400

300

10

=DDB([Cost],[Salvage],[Life]*12,1,2)

First month's depreciation (40.00)

2400

300

10

=DDB([Cost],[Salvage],[Life],1,2)

First year's depreciation (480.00)

2400

300

10

=DDB([Cost],[Salvage],[Life],2,1.5)

Second year's depreciation using a factor of 1.5 instead of the double-declining balance method (306.00)

2400

300

10

=DDB([Cost],[Salvage],[Life],10)

Tenth year's depreciation. Factor is automatically assumed to be 2 (22.12)

Disclaimer : All images and content that you find here are believed to be in the "public domain". We do not intend to violate legitimate intellectual property, artistic rights or copyright. If you are the legitimate owner of one of the images and content posted on this site, and do not want to be displayed or if you need an appropriate credit, please contact us and we will immediately do whatever is needed by deleting or giving credit to the content displayed.

COMMENTS

Name

Google Aррѕ,1,lainnya,7522,Microsoft Access,1,Microsoft Excel,59,Microsoft Office,13,Microsoft Office 2003,4,Microsoft Office 2007,1,Microsoft Outlook,1,Microsoft Word,71,Mісrоѕоft Office Training,1,Mісrоѕоft Offісе 365,2,Office 2007,3,Power Map,1,PowerPoint,14,Windows Accessibility Options,1,
ltr
item
Microsoft Office Online: DDB function
DDB function
Microsoft Office Online
https://promisestoread.blogspot.com/2018/11/ddb-function.html
https://promisestoread.blogspot.com/
https://promisestoread.blogspot.com/
https://promisestoread.blogspot.com/2018/11/ddb-function.html
true
593202333244584315
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy