![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Financial > VDB |
VDB(cost, salvage, life, start_period, end_period [,factor] [,no_switch]) |
| Returns the depreciation of an asset for any period you specify, including partial periods, using the double-declining balance method or some other method you specify. |
| 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. | |
| start_period | The starting period for which you want to calculate the depreciation Start_period must use the same units as life. | |
| end_period | The ending period for which you want to calculate the depreciation End_period must use the same units as life. | |
| factor | The rate at which the balance declines Change factor if you do not want to use the double-declining balance method For a description of the double-declining balance method, see DDB. | |
| no_switch | True or False to specify whether to used straight-line depreciation or declining balance depreciation. |
| REMARKS |
| VDB stands for variable declining balance. | ||
| True or False specifying whether to switch to straight-line depreciation when depreciation is greater than the declining balance calculation. | ||
| If "factor" = 1, then ?? | ||
| If "factor" = 2, then the double declining balance method is used. | ||
| If "factor" is left blank, then 2 is used. |
| EXAMPLES |
|
| Functions - V | Index - V | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |