Como usar a fórmula SLN no Planilhas Google

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.

Sintaxe

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.

Se você quiser saber mais sobre as várias fórmulas do Google Sheets, por que não dar uma olhada em nossos posts de blog sobre DISC formula in Google Sheets e RATE formula in Google Sheets.

Como alternativa, confira as postagens relacionadas no blog abaixo!

Você também pode gostar...

Recursos e fórmulas do Google Sheets

Como encontrar a taxa de juros nominal usando o Planilhas Google

Sarah é uma jovem profissional que está tomando decisões financeiras importantes. De cartões de crédito a hipotecas, empréstimos estudantis e investimentos...
Recursos e fórmulas do Google Sheets

Extrair dados do Google Agenda para o Planilhas Google usando o Apps Script

Esta postagem foi publicada originalmente em nosso fórum da comunidade. Objetivo: Este guia demonstra como usar o Google Apps Script para extrair dados...
Recursos e fórmulas do Google Sheets

Usando a função PROPER para colocar a primeira letra de cada palavra em maiúscula no Planilhas Google

Observação: esta postagem foi publicada originalmente em nosso fórum da comunidade. Alguma vez você já precisou limpar uma lista de nomes, títulos ou qualquer...