google sheets XIRR function rate periodic investments example spreadsheet tutorial

Поделиться
HTML-код
  • Опубликовано: 4 май 2024
  • The Google Sheets XIRR function assists to calculate the rate of return for investments that are made at different time gaps. XIRR stands for eXtended Internal Rate of Return.
    -------------------------------------
    How to Use QUERY in Google Sheets?
    QUERY helps, among others, to extract specific or all data from a range:
    • Google Sheets | QUERY ...
    -------------------------------------
    How to Use QUERY with WHERE clause and MATCHES operator in Google Sheets?
    MATCHES operator assists to conduct an exact or a wildcard search:
    • Google Sheets | QUERY ...
    -------------------------------------
    How to Use QUERY with WHERE clause and starts with or ends with operators in Google Sheets?
    Use where clause and starts with, ends with or both the operators to get data based on one or more conditions:
    • Google Sheets | QUERY ...
    -------------------------------------
    How to Use QUERY with WHERE clause in Google Sheets?
    To conditionally extract data, use the QUERY function with its WHERE CLAUSE:
    • Google Sheets | QUERY ...
    -------------------------------------
    How to Use XLOOKUP to Extract Multiple Values in Google Sheets?
    XLOOKUP can return a single row or column with the search key:
    • Google Sheets | XLOOKU...
    -------------------------------------
    How to Use VLOOKUP in Google Sheets?
    Use VLOOKUP to get a single value:
    • VLOOKUP Google Sheets ...
    -------------------------------------
    How to Use IFS in Google Sheets?
    IFS allow multiple logical expressions:
    • Google Sheets IFS | Te...
    -------------------------------------
    How to Use IF in Google Sheets?
    Use IF to compare one value with another:
    • Google Sheets IF | Tut...
    -------------------------------------
    How to Use IF with AND in Google Sheets?
    Use IF with AND to Use Multiple Logical Expressions in IF:
    • Google Sheets | IF | A...
    -------------------------------------
    How to Create a Pivot Table in Google Sheets?
    Create a pivot table for calculation and in-depth data analysis:
    • Google Sheets | Pivot ...
    -------------------------------------
    Which one to Use? A Pivot Table, or COUNTBLANK Function, to Count Blank Cells in Google Sheets:
    Gives steps to use a pivot table or COUNTBLANK to count blank cells:
    • Google Sheets | Pivot ...
    -------------------------------------
    The syntax of the XIRR function formula is:
    =XIRR(cashflow_amounts, cashflow_dates, [rate_guess])
    cashflow_amounts are investment or redemption amounts.
    cashflow_dates are investment or redemption dates.
    rate_guess is optional, and is the rate of return you want from the investment.
    Let's look at an example of the XIRR function formula:
    Assume that E3, E4, and E5 have the following dates 7/12/2023, 8/20/2023, and 9/14/2023 respectively. Further assume that F3, F4, and F5 have the following investment/redemption amounts -1500, 300, 1210 respectively.
    The XIRR function formula
    =XIRR(E3:E5, F3:f5)
    returns 0.0419 or 4.19%.
    Take a look at this video tutorial, which gives the steps to use the XIRR function, with examples.
  • ХоббиХобби

Комментарии •