Difference between revisions of "Manuals/calci/VDB"

From ZCubes Wiki
Jump to navigation Jump to search
Line 42: Line 42:
 
|}
 
|}
  
 
+
==See Also==
{| id="TABLE2" class="SpreadSheet blue"
+
==References==
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 3500
 
| class="SelectTD                                                                                sshl_t ChangeBGColor" |
 
| class=" sshl_t" |
 
| class="                                                                    sshl_f  sshl_f  " |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 350
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
| class=" " |
 
|- class="odd"
 
| Row3
 
| class="    " | 12
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class="sshl_f" | 1.5982
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" | 583.3333
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
| class=" " |
 
|- class="even"
 
| Row6
 
| class="                                                          " |
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
| class=" " |
 
|}
 
  
 
==See Also==
 
==See Also==
  
 
==Refernces==
 
==Refernces==

Revision as of 05:23, 27 February 2014

VDB(C, Salvage, L, SP, EP, Factor, NSwitch)

  • Where 'C' is the initial cost of the asset
  • 'Salvage' is the value at the end of the depreciation
  • 'L' is the number of periods over which the asset is depreciated
  • 'SP' , 'EP' are the starting and ending periods to calculate the depreciation
  • 'factor' is the rate at which the balance declines
  • 'NSwitch' is a logical value specifying whether to switch to straight-line depreciation when depreciation is greater than the declining balance calculation.

Description

  • This function computes the depreciation of an asset for any period you specify, using the double-declining balance method.
  • To calculate depreciation, VDB uses a fixed rate.
  • When factor = 2 this is the double-declining-balance method (because it is double the straight-line rate that would depreciate the asset to zero).
  • The rate is given by:

Example

Spreadsheet
A B
1 3500
2 350
3 12
4 1.5982
5 583.3333

See Also

References

See Also

Refernces