Comment utiliser la formule SLN dans Google Sheets ?

There are usually two kinds of assets – appreciating and depreciating assets. While investments such as stocks, bonds etc. fall into the former category, the purchases like a house and car belong to the latter category. Knowing how an asset depreciates plays a vital role in buying decisions. The SLN formula in Google Sheets employs a straight line method of calculating the depreciation an asset undergoes over a period of time. It considers three different input values as explained in below.

Syntaxe

SLN(cost, salvage, life)

  • cost – is the initial acquisition price of the asset.
  • salvage – is the value of the asset at the end of depreciation. It can be thought of as the resale value after a certain depreciating period.
  • life – is the number of periods the asset keeps depreciating for.

Usage: SLN formula in Google Sheets

The syntax of this formula is relatively simple when compared to other myriad financial formulas that Google Sheets is packed with. Nevertheless, we will try and practice this on the Google Sheets application to understand it better. Please have a look at the following image.

SLN formula in Google Sheets 1

As with the other formulas in Google Sheets, we can either use direct numeric values for the input parameters of the SLN formula. We demonstrated this in the first example. Or we could also use the cell references as is the case with the second example.

If we try and analyze the working of this formula, it is probably very straightforward as to how the formula works. As indicated in the first paragraph, this formula uses straight-line method to calculate the depreciation amount. For ease of our understanding, if we were to assign a variable letter to each input as below:

  • D = depreciation amount per period
  • C = Initial acquisition cost
  • S = salvage value of the asset at the end of its life
  • L = number of periods

The SLN formula should be evaluating the output values using the following equation:

D = (C – S) / L

SLN formula

And there you go! Use the SLN formula in Google Sheets to calculate the depreciation an asset undergoes over a period of time.

Si vous souhaitez en savoir plus sur les différentes formules de Google Sheets, pourquoi ne pas jeter un coup d'œil à nos articles de blog sur les DISC formula in Google Sheets et RATE formula in Google Sheets.

Vous pouvez également consulter les articles de blog qui s'y rapportent ci-dessous !

Vous pouvez aussi aimer...

Fonctionnalités et formules de google sheets

Comment calculer le taux d'intérêt nominal à l'aide de Google Sheets ?

Sarah est une jeune professionnelle qui doit prendre des décisions financières importantes. Des cartes de crédit aux hypothèques, en passant par les prêts étudiants et les...
Fonctionnalités et formules de google sheets

Extraire les données de Google Calendar dans Google Sheets à l'aide d'Apps Script

Cet article a été publié à l'origine dans notre forum communautaire. Objectif : Ce guide montre comment utiliser Google Apps Script pour extraire des données...
Fonctionnalités et formules de google sheets

Utilisation de la fonction PROPER pour mettre en majuscule la première lettre de chaque mot dans Google Sheets

Note : Cet article a été publié à l'origine dans notre forum communautaire. Vous avez déjà eu besoin de nettoyer une liste de noms, de titres ou d'autres...