Cómo utilizar la fórmula VAN en Google Sheets

Google Sheets is a great tool to perform financial calculations and analysis with. A typical example of this is that you might want to find the today’s value of an investment that will pay off in the future. The VAN formula in Google Sheets helps with just that. All you need to have is a series of periodic cash flows and the discount rate that will be used to bring them back to today’s value.

39

Automatice las transferencias de datos más allá de Importrange

Descubra cómo

Sintaxis

=NPV(discount, cashflow1, [cashflow2, …])
  • discount – is the discount rate of the investment over a single period.
  • cashflow1 – is the value of the first future cash flow – either positive or negative.
  • cashflow2, … – [OPTIONAL] – the subsequent values of cash flows in the future.

What is NPV?

NPV stands for Net Present Value. The concept of NPV is all about the time value of money – in short, money today is worth more than money in the future. That’s not a complicated concept: if someone offered you a choice between $100 today and $100 a year from now, you’d probably choose to get the money today. The degree to which the value of money changes over time is the discount rate. The higher the discount rate, the less valuable money is in the future.

NPV takes a series of cash flows and discounts them back to the present value (i.e. what they’re worth today). The further in the future the cash flow is, the lower its present value. When you discount each cash flow and add them all up, you get the overall NPV.

Usage: NPV formula in Google Sheets

Now that you’ve seen the syntax of the NPV function, and understand what NPV actually means, I’ll show an example to reinforce how the function is used.

Please take a look at the snapshot below.

npv formula google sheets

In this example, you have a $500 investment up front (denoted by the negative sign), and then a series of payments. At a discount rate of 8%, the NPV of this series of cash flows is $712.29.

You can either type the values into the function (as done in the first example) or just input the cell references and ranges that contain the values. The last method is generally easier.

Things to keep in mind

  • The NPV function considers the cash flows in the order they are referenced, so make sure the order is correct.
  • The time periods must be consistent. You can use any time period you want (months, weeks, years, minutes… anything!) as long as it’s consistent – that means each cash flow is the same amount of time from the next.
  • If you have a series of cash flows that don’t follow a consistent time period, you should use the XNPV función.
  • The discount rate must be based on the same time period as the cash flows. This means that, if your cash flows are on a monthly basis, the discount rate should also be a monthly rate.
  • A negative cash flow represents a payment from the investor (i.e. money going out). Whereas a positive value represents the investor receiving income (i.e. money coming in).
  • Use the PV formula for cash flows that have constant amounts. On the contrary, the NPV formula can handle varying cash flow values.

Nota del editor: Esta es una versión revisada de un post anterior que se ha actualizado para mayor precisión y exhaustividad.

39

Una herramienta para combinar, dividir y filtrar todos los datos de una hoja de cálculo

Descubra cómo

También te puede gustar...

funciones y fórmulas de google sheets

Cómo hallar el tipo de interés nominal con Google Sheets

Sarah es una joven profesional que toma importantes decisiones financieras. Desde tarjetas de crédito a hipotecas, préstamos estudiantiles e inversiones...
funciones y fórmulas de google sheets

Extraer datos de Google Calendar en Google Sheets mediante Apps Script

Este post fue publicado originalmente en nuestro foro de la comunidad. Objetivo : Esta guía muestra cómo utilizar Google Apps Script para extraer datos...
funciones y fórmulas de google sheets

Uso de la función PROPER para escribir en mayúsculas la primera letra de cada palabra en Google Sheets

Nota: Este artículo se publicó originalmente en el foro de nuestra comunidad. Alguna vez te has visto en la necesidad de limpiar una lista de nombres, títulos o cualquier...