Microsoft Knowledge Base |
|
VDB() Returns Different Values for Years and Days |
|
|
Last reviewed: March 27, 1997
Article ID: Q116394 |
|
|
4.00 4.00a 5.00 5.00c 7.00 7.00a | 4.00 5.00 5.00a
WINDOWS | MACINTOSH
kbusage
The information in this article applies to:
SYMPTOMSIn Microsoft Excel, when you use the VDB() function to return the depreciation of an asset, you receive a different result when you use years for the starting and ending period values, than if you use days.
CAUSEThis behavior occurs because the VDB() function is not a linear function (as its name, Variable Declining Balance suggests). Because the amount depreciated each period is variable, the amounts in each period are different. So if you change the starting and ending period values from years to days, the number of periods changes and therefore, so does the depreciation amount for each period.
MORE INFORMATIONYou can use the VDB() function to return the depreciation of an asset for any period you specify, including partial periods. The life, start_period, and end_period values must be in the same units. The units that you use affect the value returned by the VDB() function, even if the same time period is used. For example, the following function
=VDB(10000,0,10,0,2.5)returns a value of $4,240.00. Using the same time period, 2.5 years, with units of days instead of years, the following function
=VDB(10000,0,3650,0,912.5)returns a value of $3,935.52.
REFERENCESFor more information about VDB(), choose the Search button in Help and type:
VDB function |
|
KBCategory: kbusage
©1997 Microsoft Corporation. All rights reserved. Legal Notices. |