SLN (PQL - xl)
This function returns the straight-line depreciation of an asset for one period
- Library: PQL \ Spreadsheet \ Financial
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
- Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions
Syntax
SLN(cost, salvage, life)
Function Arguments
Name | Description | Type | Optional |
cost | Initial cost of the asse | Number |
|
salvage | Value at the end of the depreciation | Number |
|
life | Number of periods over which the asset is being depreciated | Number |
|
Comments
This function is the same as the Microsoft Excel 'SLN' function - using the same inputs, logic and outputs.