Difference between revisions of "Manuals/calci/DDB"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif">'''<font size="2">DDB(C ,salvage, L, P, F)</font>'''</font></font>...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif">'''<font size="2">DDB(C ,salvage, L, P, F)</font>'''</font></font>
+
=DDB(C, Salvage, L, P, F)=
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">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, 'P' is the period to calculate the depreciation, and 'F' is the rate at which the balance declines. </font></font></font>
+
Where
 +
*<math>C</math> is the initial cost of an asset,
 +
*<math>Salvage</math> is the value at the end of depreciation,
 +
*<math>L</math> is life of an asset that indicates the number of periods over which the asset is being depreciated,
 +
*<math>P</math> is the period for which depreciation is to be calculated, and
 +
*<math>F</math> is the rate factor at which the balance declines.
  
</div>
+
DDB() calculates the depreciation of an asset for a specified period using the double-declining method or any other specified method.
----
 
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">This function gives the depreciation of an asset for a specified period using the double-declining balance method.</font></font></font></div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left"> 
 
  
* <font color="#000000"><font face="Arial, sans-serif"><font size="2">DDB uses the following formula to calculate depreciation for a period: </font></font></font><font color="#000000"><font face="Arial, sans-serif"><font size="2">Min( (cost - total depreciation from prior periods) * (factor/life), (cost - salvage - total depreciation from prior periods) ) </font></font></font>
+
== Description ==
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">''''''</font></font></font>
+
DDB(C, Salvage, L, P, F)
  
</div>
+
*Depreciation is the decrease in value of assets. Depreciation of an asset is highest in the first period and decreases in successive periods.
----
+
*DDB() calculates the depreciation using the double-declining balance method.
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
*If <math>Salvage</math> &lt;0, Calci displays #N/A error message.
 +
*If <math>C</math> ,<math>L</math>, <math>P</math>, <math>F</math> &lt;=0, Calci displays #N/A error message.
 +
*Argument <math>F</math> is optional. If omitted, Calci assumes it to be 2 (double-declining balance method).
 +
*If <math>P</math> is not an integer, Calci rounds up the value (e.g. 4.2 is rounded up to 5).
  
DDB
+
== Examples ==
  
</div></div>
+
Consider the following example that shows the use of DDB function:
----
 
<div id="8SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#0000ff">[javascript:ToggleDiv('divExpCollAsst_4') <font color="#000000"><font face="Arial, sans-serif"><font size="2">Lets see an example,</font></font></font>]</font>
 
 
<font color="#0000ff">[javascript:ToggleDiv('divExpCollAsst_4') <font color="#000000"><font face="Arial, sans-serif"><font size="2">DDB(C ,salvage, L, P, F)</font></font></font>]</font>
 
 
<font color="#0000ff">[javascript:ToggleDiv('divExpCollAsst_4') <font color="#000000"><font face="Arial, sans-serif"><font size="2">B</font></font></font>]</font>
 
 
<font color="#0000ff">[javascript:ToggleDiv('divExpCollAsst_4') <font color="#000000"><font face="Arial, sans-serif"><font size="2">3500</font></font></font>]</font>
 
 
<font color="#0000ff">[javascript:ToggleDiv('divExpCollAsst_4') <font color="#000000"><font face="Arial, sans-serif"><font size="2">250</font></font></font>]</font>
 
 
<font color="#0000ff">[javascript:ToggleDiv('divExpCollAsst_4') <font color="#000000"><font face="Arial, sans-serif"><font size="2">12</font></font></font>]</font>
 
 
<font face="Tahoma, sans-serif"><font size="1"><font color="#0000ff"><font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=DDB(B2,B3,B4*365,1) is 1.598</nowiki></font></font></font></font></font></font>
 
 
<font face="Tahoma, sans-serif"><font size="1"><font color="#0000ff"><font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=DDB(B2,B3,B4*12,1,2) is 48.61</nowiki></font></font></font></font></font></font>
 
 
<font face="Tahoma, sans-serif"><font size="1"><font color="#0000ff"><font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=DDB(B2,B3,B4,1,2) is 583.33</nowiki></font></font></font></font></font></font>
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
 
<div id="2SpaceContent" class="zcontent" align="left">
 
<div id="2SpaceContent" class="zcontent" align="left">
  
 
{| id="TABLE3" class="SpreadSheet blue"
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
|- class="even"
 +
| class=" " | 200,000
 +
| class=" " | 10,000
 
| class=" " |
 
| class=" " |
| Column1
+
 
| class="            " |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>Column2
 
| Column3
 
| Column4
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row1
+
| class="sshl_f" | 1000
| class="sshl_f" | 3500
+
| class=" " | 100
| class="                                                                                                                            sshl_f " |
 
| class=" " |
 
 
| class=" " |
 
| class=" " |
 +
 
|- class="even"
 
|- class="even"
| class="  " | Row2
+
| class=" " | 5
| class="sshl_f" | 250
+
| class=" " | 10
| class=" " |
 
| class=" " |
 
 
| class=" " |
 
| class=" " |
 +
 
|- class="odd"
 
|- class="odd"
| Row3
+
| class=" " | 1
| class="sshl_f" | 12
+
| class=" " | 1
| class=" " |
 
| class=" " |
 
 
| class=" " |
 
| class=" " |
 +
 
|- class="even"
 
|- class="even"
| Row4
+
| class=" " | 1.5
| class="sshl_f" | 1.5982
+
| class=" " |  
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" | 48.6111
 
| class=" " |
 
 
| class=" " |
 
| class=" " |
| class=" " |
 
|- class="even"
 
| Row6
 
| class="sshl_f" | 583.3333
 
| class=" " |
 
| class=" " |
 
| class="  SelectTD  SelectTD" |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
 
|}
 
|}
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
=DDB(A1,A2,A3,A4) : Calculates the depreciation for the values in the range A1 to A4. <br />'F' is assumed to be 2. <br />Displays '''80000''' as a result.
----
+
=DDB(A1,A2,A3,A4,A5) : Calculates the depreciation for the values in the range A1 to A5. <br />Displays '''60000''' as a result.
 +
=DDB(B1,B2,B3,B4) : Calculates the depreciation for the values in the range B1 to B4. <br />'F' is assumed to be 2. Displays '''2000''' as a result.
 +
=DDB(20000,2000,5,4.5,2) : Displays '''592''' as a result.
 +
 
 +
== See Also ==
 +
 
 +
*[[Manuals/calci/DB | DB]]
 +
 
 +
== References ==
 +
 
 +
*[http://en.wikipedia.org/wiki/Depreciation Depreciation]
 +
*[http://en.wikipedia.org/wiki/Accelerated_depreciation Accelerated Depreciation]

Revision as of 17:21, 25 February 2014

DDB(C, Salvage, L, P, F)

Where

  • is the initial cost of an asset,
  • is the value at the end of depreciation,
  • is life of an asset that indicates the number of periods over which the asset is being depreciated,
  • is the period for which depreciation is to be calculated, and
  • is the rate factor at which the balance declines.

DDB() calculates the depreciation of an asset for a specified period using the double-declining method or any other specified method.

Description

DDB(C, Salvage, L, P, F)

  • Depreciation is the decrease in value of assets. Depreciation of an asset is highest in the first period and decreases in successive periods.
  • DDB() calculates the depreciation using the double-declining balance method.
  • If <0, Calci displays #N/A error message.
  • If ,, , <=0, Calci displays #N/A error message.
  • Argument is optional. If omitted, Calci assumes it to be 2 (double-declining balance method).
  • If is not an integer, Calci rounds up the value (e.g. 4.2 is rounded up to 5).

Examples

Consider the following example that shows the use of DDB function:

200,000 10,000
1000 100
5 10
1 1
1.5
=DDB(A1,A2,A3,A4) : Calculates the depreciation for the values in the range A1 to A4. 
'F' is assumed to be 2.
Displays 80000 as a result. =DDB(A1,A2,A3,A4,A5) : Calculates the depreciation for the values in the range A1 to A5.
Displays 60000 as a result. =DDB(B1,B2,B3,B4) : Calculates the depreciation for the values in the range B1 to B4.
'F' is assumed to be 2. Displays 2000 as a result. =DDB(20000,2000,5,4.5,2) : Displays 592 as a result.

See Also

References