Comment utiliser la formule XIRR dans Google Sheets ?

Do you have a series of irregularly spaced cash flows of an investment? And you want to calculate the internal rate of return or annualized yield for that investment without the hassles of using complicated math? To our rescue, we have XIRR formula in Google Sheets. The internal rate of return (IRR) calculates the rate of return without involving external factors, such as inflation or the cost of capital. Hence the term ‘internal’. While IRR formula calculates the rate or the return for periodic cash flows, the XIRR formula does so for non-periodic cash flows.

 

Syntaxe

XIRR(cashflow_amounts, cashflow_dates, [rate_guess])

  • cashflow_amounts – is a group or range or array of incomes or payments corresponding to the investment. The input range of values for this parameter must contain at least one negative and one positive value. A negative value indicates that the buyer is investing, while a positive value indicates that the buyer is yielding a return.
  • cashflow_dates – is the range of dates corresponding to the series of cash flows used in cashflow_amounts.
  • taux_estimation – [OPTIONAL – 0.1 by default] – is an estimated internal rate of return.

 

39

Fusionner, diviser et filtrer des feuilles de calcul
Quel que soit le format du fichier, Sheetgo peut le traiter.



Usage: XIRR formula in Google Sheets

Let us try and apply this formula practically so that we get a better hang of how things work with XIRR formula in Google Sheets. Please have a look at the snapshot below.

XIRR Formula: Usage

As shown in multiple examples above, the cash flows can be direct numeric values or we can also use a reference to the range of cells that hold the cash flow values.

The input range of dates cannot be plain text values. Either they should be values returned by formulas such as DATE, TO_DATE etc. Or they can also be direct references to a range of cells that hold the dates.

What if we try the XIRR formula only with one directional cash flows? It coughs up a #NUM! error. That is because the XIRR formula needs both positive and negative cash flows for it to be able to calculate the rate of return.

XIRR formula 2

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...