Difference between revisions of "Manuals/calci/SYD"

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">'''SYD'''</font></font><font face="Arial, sans-...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> 
+
<div style="font-size:30px">'''SYD (Cost,SalvageValue,LifeValue,Period) '''</div><br/>
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''SYD'''</font></font><font face="Arial, sans-serif"><font size="2">(</font></font><font face="Arial, sans-serif"><font size="2">'''C'''</font></font><font face="Arial, sans-serif"><font size="2">, </font></font><font face="Arial, sans-serif"><font size="2">'''salvage'''</font></font><font face="Arial, sans-serif"><font size="2">, </font></font><font face="Arial, sans-serif"><font size="2">'''L'''</font></font><font face="Arial, sans-serif"><font size="2">, </font></font><font face="Arial, sans-serif"><font size="2">'''P'''</font></font><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
*<math>Cost </math> is the initial cost.
 +
*<math> SalvageValue </math> is the salvage which is the value of the asset.
 +
*<math> LifeValue </math> is the life of the number of periods.
 +
*<math> Period </math> is the number of periods.
 +
**SYD(), returns the sum-of-years digits depreciation of an asset for a specified period.
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''Where 'C''''</font></font><font face="Arial, sans-serif"><font size="2"> 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 and 'P' is the period </font></font></font>
+
==Description==
 +
*This function gives the depreciation of an asset for a given time period based on the sum-of-years digits depreciation method.
 +
*In <math>SYD (Cost,SalvageValue,LifeValue,Period) </math>, <math>Cost</math> is the original cost of the asset.
 +
*<math>SalvageValue</math> is the salvage value after the asset has been fully depreciated.
 +
*<math>LifeValue</math> is the useful life of the asset or the number of periods that you will be depreciating the asset, <math>Period</math> is the period that you wish to calculate the depreciation for.
 +
*SYD is calculated as follows:
 +
<math>SYD = \frac{(c-s)*(l-p+1)*2}{(l)(l+1)}</math>
 +
where <math>Cost</math> is the cost,<math>SalvageValue</math> is the salvage,<math>Period</math> is the period and <math>LifeValue</math> is the life.
 +
*This function will give the result as error when
 +
  1.Any one of the argument is nonnumeric.
 +
  2. SalvageValue<0
 +
  3. LifeValue or Period<=0
 +
  4. Period is greater than l.
  
</div>
+
==Examples==
----
+
#=SYD(25000,2800,7,1) = 5550
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">This function computes the sum-of-years' digits depreciation of an asset for a specified period.</font></font></font></div>
+
#=SYD(50000,9000,15,3) = 4441.6666667
----
+
#=SYD(42500,6850,6,3) = 6790.47619047
<div id="7SpaceContent" class="zcontent" align="left"> 
 
  
* <font color="#000000"><font face="Arial, sans-serif"><font size="2">SYD is calculated as follows: </font></font></font>
+
==Related Videos==
  
<font color="#000000"></font>
+
{{#ev:youtube|oEG3X1WouKM|280|center|SYD}}
  
</div>
+
==See Also==
----
+
*[[Manuals/calci/PMT| PMT]]
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
*[[Manuals/calci/PPMT| PPMT]]
 +
*[[Manuals/calci/PV| PV]]
  
SYD
+
==References==
 +
*[https://wiki.openoffice.org/wiki/Documentation/How_Tos/Calc:_SYD_function Syd]
  
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Lets see an example,</font></font></font>
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">SYD(C, salvage, L, P)</font></font></font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''B'''</font></font></font>
+
*[[ Z3 Z3 home ]]
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">45000</font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">11000</font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">12</font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=SYD(B2,B3,B4,1) is 5230.7692</nowiki></font></font></font>
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=SYD(B2,B3,B4,10) is 1307.6923</nowiki></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="5SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE2" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 45000
 
| class="SelectTD                                                                                                      sshl_t ChangeBGColor" |
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 11000
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
|- class="odd"
 
| Row3
 
| class="   " | 12
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" | 5230.7692
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" | 1307.6923
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
| class=" sshl_t" |
 
|- class="even"
 
| Row6
 
| class="                                                                                                                                                                                                              " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Latest revision as of 18:07, 30 July 2018

SYD (Cost,SalvageValue,LifeValue,Period)


  • is the initial cost.
  • is the salvage which is the value of the asset.
  • is the life of the number of periods.
  • is the number of periods.
    • SYD(), returns the sum-of-years digits depreciation of an asset for a specified period.

Description

  • This function gives the depreciation of an asset for a given time period based on the sum-of-years digits depreciation method.
  • In , is the original cost of the asset.
  • is the salvage value after the asset has been fully depreciated.
  • is the useful life of the asset or the number of periods that you will be depreciating the asset, is the period that you wish to calculate the depreciation for.
  • SYD is calculated as follows:

where is the cost, is the salvage, is the period and is the life.

  • This function will give the result as error when
  1.Any one of the argument is nonnumeric.
  2. SalvageValue<0 
  3. LifeValue or Period<=0
  4. Period is greater than l.

Examples

  1. =SYD(25000,2800,7,1) = 5550
  2. =SYD(50000,9000,15,3) = 4441.6666667
  3. =SYD(42500,6850,6,3) = 6790.47619047

Related Videos

SYD

See Also

References