Difference between revisions of "Documentation/How Tos/Calc: SLN function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: SLN function}}
 +
{{Documentation/CalcFunc FinancialTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_DDB_function
 +
|NextPage=Documentation/How_Tos/Calc:_SYD_function
 +
}}__NOTOC__
  
 
== SLN ==
 
== SLN ==
Line 18: Line 23:
 
:  returns <tt>'''2000'''</tt> in currency units. The asset depreciates 2000 in each of the 5 years of its working life.
 
:  returns <tt>'''2000'''</tt> in currency units. The asset depreciates 2000 in each of the 5 years of its working life.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
* [[Documentation/How_Tos/Calc: DB function|DB]],
+
* [[Documentation/How_Tos/Calc: DB function|DB]]
* [[Documentation/How_Tos/Calc: DDB function|DDB]],
+
* [[Documentation/How_Tos/Calc: DDB function|DDB]]
* [[Documentation/How_Tos/Calc: SYD function|SYD]],
+
* [[Documentation/How_Tos/Calc: SYD function|SYD]]
 
* [[Documentation/How_Tos/Calc: VDB function|VDB]]
 
* [[Documentation/How_Tos/Calc: VDB function|VDB]]
  
Line 28: Line 33:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Financial functions]]

Latest revision as of 15:10, 30 January 2024

SLN

Returns the depreciation of an asset in a single period using the straight-line depreciation method.

Syntax:

SLN(originalcost; salvagevalue; lifetime)

originalcost: the initial cost of the asset.
salvagevalue: is the value at the end of the depreciation (sometimes called the salvage value of the asset).
lifetime: the number of periods (commonly years) over which the asset is being depreciated.
The straight-line depreciation method depreciates the asset by the same constant value every period; that value is returned by the SLN function. The formula is:
( originalcost - salvagevalue ) / lifetime.

Example:

SLN(14000; 4000; 5)

returns 2000 in currency units. The asset depreciates 2000 in each of the 5 years of its working life.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_SLN_function&oldid=259724"
Views
Personal tools
Navigation
Tools
In other languages