![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Financial > DB |
DB(cost, salvage, life, period [,month]) |
| Returns the depreciation of an asset using the fixed-declining balance method. |
| cost | The initial cost of the asset. | |
| salvage | The value at the end of the depreciation. | |
| life | The number of periods over which the asset is being depreciated. | |
| period | The period to calculate the depreciation over. | |
| month | The number of months in the first year between 1 and 12. |
| REMARKS |
| The fixed-declining balance method computes depreciation at a fixed rate. | ||
| The depreciation is calculated using: (cost - total depreciation from prior periods) * rate | ||
| The value at the end of the depreciation (sometimes called the salvage value of the asset). | ||
| The "period" and "life" must both use the same units. | ||
| If "month" is left blank, then 12 is used. | ||
| The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset). | ||
| If the cell contains the General number format, then the format is automatically changed to "£#,##0.00;". |
| EXAMPLES |
|
| Functions - D | Index - D | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |