Home : Products : Hach WIMS : Hach WIMS Client : Documentation : Function Reference : Spread Functions : Primitive Functions : DDB
Q11526 - INFO: DDB

DDB (Primitive Spread Function) calculates the depreciation of an asset for a specified period using the double-declining balance method or another method you specify.

SYNTAX:

DDB(Cost, Salvage, Life, Period, Factor)

REMARKS:

Arguments are as follows:

Argument Description 
Cost : Initial cost of the asset 
Salvage : Value at the end of depreciation 
Life : Number of periods over which the asset is being depreciated 
Period : Period for which you want to calculate the depreciation. Use the same units as the Life argument. 
Factor (Optional) : Rate at which the value declines. If omitted, the calculation assumes 2 (double-declining method) Change this to a value other than 2 to use a different method. 

All five arguments must be positive numbers.

The DDB function uses the following formula to calculate depreciation for a period:

Cost – Salvage(total depreciation from prior periods) × Factor/Life 

EXAMPLES:

DDB(500000,5000,5,1,4)=400000

Related Articles
Q11525 - INFO: DB
Q11593 - INFO: SLN
Q11602 - INFO: SYD

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 8/25/2008 6:08 PM.
Last Modified on 8/25/2008 6:11 PM.
Last Modified by No Author Name Available!.
Article has been viewed 2497 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article