SLN function - Returns the depreciation value of an asset using the straight-line method in Excel

The following article details the syntax and usage of SLN in excel. Description: Returns the depreciation of assets according to the straight-line method over a given period.

The following article details the syntax and usage of SLN in excel.

Description: Returns the depreciation of assets according to the straight-line method over a given period.

Syntax: SLN (cost, salvage, life) .

Inside:

- cost : The initial cost of the property, is a required parameter.

- salvage : Value after depreciation, also called the value of product recall, is a mandatory parameter.

- life : Number of periods of depreciation, also known as useful life of assets, is a required parameter.

Attention:

- SLN function is calculated by the formula:

Picture 1 of SLN function - Returns the depreciation value of an asset using the straight-line method in Excel

For example: Calculating the annual average depreciation for an asset with initial value of 600,000,000 and the remaining value after depreciation is 125,000,000 and the asset has a shelf life of 10 years.

Picture 2 of SLN function - Returns the depreciation value of an asset using the straight-line method in Excel

In the cell to calculate enter the formula: = SLN (B7, C7, D7) .

Picture 3 of SLN function - Returns the depreciation value of an asset using the straight-line method in Excel

Press Enter -> the average depreciation per year of the property over a 10 year period is:

Picture 4 of SLN function - Returns the depreciation value of an asset using the straight-line method in Excel

The above is a detailed guide of usage and specific example of SLN function. Hope to help you in the case of depreciation calculation.

Good luck!

You've just finished reading the article "SLN function - Returns the depreciation value of an asset using the straight-line method in Excel" edited by the TipsMake team. You can save sln-function-returns-the-depreciation-value-of-an-asset-using-the-straightline-method-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV DDB function - Calculate depreciation of assets in Excel
NEXT » ROUND, ROUNDDOWN, ROUNDUP functions - Functions for rounding decimal numbers in Excel