This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
SLN Function
Returns a specifying the straight-line depreciation of an asset for a single period.
SLN(cost, salvage, life)
Arguments
- cost
- Required. Double specifying initial cost of the asset.
- salvage
- Required. Double specifying value of the asset at the end of its useful life.
- life
- Required. Double specifying length of the useful life of the asset.
Remarks
The depreciation period must be expressed in the same unit as the life . All arguments must be positive numbers.
See Also
Example
DDB Function | FV Function | IPmt Function | IRR Function | MIRR Function | NPer Function | NPV Function | Pmt Function | PPmt Function | PV Function | Rate Function | SYD Function