Difference between revisions of "Manuals/calci/db"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''DB'''(C, Salvage, L, P, M) where, '''C''' - the initial cost of the asset. '''Salvage''' - the value at t...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
=DB(C, Salvage, L, P, M)=
  
'''DB'''(C, Salvage, L, P, M)
+
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>M</math> is the number of months in the first year.
  
where,
+
DB() calculates the depreciation of an asset for a specified period.
  
'''C''' - the initial cost of the asset.
+
== Description ==
  
'''Salvage''' - the value at the end of depreciation.
+
DB(C, Salvage, L, P, M)
  
'''L''' - the number of periods over which the assst is being depreciated.
+
*Depreciation is the decrease in value of assets.
 +
*DB() calculates the depreciation using the fixed-declining balance method.
 +
*If <math>Salvage</math> &lt;0 Calci displays #N/A error message.
 +
*If <math>C</math> ,<math>L</math>, <math>P</math>, <math>M</math> &lt;=0, Calci displays #N/A error message.
 +
*Argument <math>M</math> is optional. If omitted, Calci assumes it to be 12.
  
'''P''' - the  period for which to calculate the depreciate.
+
== Examples ==
  
'''M''' - the number of months in the first year.If month is omitted, it is assumed to be 12.
+
Consider the following example that shows the use of DB function:
  
</div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
 
This function calculates the depreciation of an asset for specified period by using the fixed-declining balance method.
 
 
</div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
 
Whenever the C&lt;0,Salvage &lt;0 ,P &lt;=0, M &lt;=0 or L&lt;=0, DB shows the ERROR value.
 
 
If M &lt;P, DB returns the ERROR value.
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
DB
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
 
Lets see an example in (Column2,Row1)
 
 
<nowiki>=DB(200000,1000,5)</nowiki>
 
 
<nowiki>=DB(C1R1,C1R2,C1R3)</nowiki>
 
 
DB returns 76183.3333.
 
 
Consider another example
 
 
<nowiki>=DB(100000,10000,2,1,7)</nowiki>
 
 
DB returns 39900.
 
 
</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=" SelectTD" |
+
| class=" " | 200,000
<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>
+
| class=" " | 1,000,000
| Column1
+
| class=" " |
| class=" " | Column2
+
 
| class=" " | Column3
 
| class="  " | Column4
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row1
 
| class=" " | 200000
 
| class=" " | 100000
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
 
| class=" " | 1000
 
| class=" " | 1000
 
| class=" " | 10000
 
| class=" " | 10000
| class="sshl_f" |
+
| class=" " |
| class="sshl_f  " |
+
 
|- class="odd"
+
|- class="even"
| Row3
 
 
| class=" " | 5
 
| class=" " | 5
 
| class=" " | 2
 
| class=" " | 2
| class="sshl_f" |
+
| class=" " |
| class="sshl_f        " |
+
 
|- class="even"
+
|- class="odd"
| Row4
+
| class=" " | 1
| class="sshl_f" | 76183.3333
 
 
| class=" " | 1
 
| class=" " | 1
| class="sshl_f" |
+
| class=" " |
| class="          " |
+
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
| class="sshl_f " | 7
 
| class="sshl_f" |
 
| class="    " |
 
 
|- class="even"
 
|- class="even"
| Row6
+
| class=" " | 6
| class="sshl_f" |
+
| class=" " | 7
| class="sshl_f" | 39900
+
| class=" " |
| class="sshl_f" |
 
| class="   " |
 
 
|}
 
|}
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
=DB(A1,A2,A3,A4,A5) : Calculates the depreciation for the values in the range A1 to A5. Displays '''65300''' as a result.
----
+
=DB(A1,A2,A3,A4) : Calculates the depreciation for the values in the range A1 to A4. <br />M is assumed to be 12.Displays '''130600''' as a result.
 +
=DB(B1,B2,B3,B4,B5) : Calculates the depreciation for the values in the range B1 to B5. <br />Displays '''525000''' as a result.
 +
=DB(20000,2000,5,4.5,6) : Displays '''477.054249175763''' as a result.
 +
 
 +
== See Also ==
 +
 
 +
*[[Manuals/calci/DDB | DDB]]
 +
 
 +
== References ==
 +
 
 +
*[http://en.wikipedia.org/wiki/Depreciation Depreciation]

Revision as of 17:16, 25 February 2014

DB(C, Salvage, L, P, M)

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 number of months in the first year.

DB() calculates the depreciation of an asset for a specified period.

Description

DB(C, Salvage, L, P, M)

  • Depreciation is the decrease in value of assets.
  • DB() calculates the depreciation using the fixed-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 12.

Examples

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

200,000 1,000,000
1000 10000
5 2
1 1
6 7
=DB(A1,A2,A3,A4,A5) : Calculates the depreciation for the values in the range A1 to A5. Displays 65300 as a result.
=DB(A1,A2,A3,A4) : Calculates the depreciation for the values in the range A1 to A4. 
M is assumed to be 12.Displays 130600 as a result. =DB(B1,B2,B3,B4,B5) : Calculates the depreciation for the values in the range B1 to B5.
Displays 525000 as a result. =DB(20000,2000,5,4.5,6) : Displays 477.054249175763 as a result.

See Also

References