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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
(See also:)
Line 26: Line 26:
 
[[Documentation/How_Tos/Calc: Financial functions|'''Financial functions''']]
 
[[Documentation/How_Tos/Calc: Financial functions|'''Financial functions''']]
  
'''All functions: [[Documentation/How_Tos/Calc: Functions listed alphabetically|alphabetically]], [[Documentation/How_Tos/Calc: Functions listed by category|by category]]'''
+
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 +
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]

Revision as of 06:06, 13 September 2008


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:

DB, DDB, SYD, VDB

Financial functions

Functions listed alphabetically, Functions listed by category

Personal tools