About 54 results
Open links in new tab
  1. BYROW function - Microsoft Support

    Applies a LAMBDA to each row and returns an array of the results. For example, if the original array is 3 columns by 2 rows, the returned array is 1 column by 2 rows. =BYROW (array, lambda (row)) The …

  2. Logical functions (reference) - Microsoft Support

    Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned.

  3. Excel functions (alphabetical) - Microsoft Support

    Statistical: Returns the average (arithmetic mean) of all cells that meet multiple criteria. Math and trigonometry: Rounds a number the nearest integer or to the nearest multiple of significance. …

  4. BYCOL Function - Microsoft Support

    Applies a LAMBDA to each column and returns an array of the results. For example, if the original array is 3 columns by 2 rows, the returned array is 3 columns by 1 row. =BYCOL (array, lambda …

  5. TEXTSPLIT function - Microsoft Support

    Splits text strings by using column and row delimiters. The TEXTSPLIT function works the same as the Text-to-Columns wizard, but in formula form. It allows you to split across columns or down by rows. It …

  6. Fonction BYROW - Support Microsoft

    La syntaxe de la fonction BYROW contient les arguments suivants : tableau Tableau à séparer par ligne. lambda LAMBDA qui prend une ligne comme paramètre unique et calcule un résultat. Le …

  7. BYROW-Funktion - Microsoft-Support

    Die BYROW-Funktionssyntax enthält die folgenden Argumente: array Ein Array, das durch eine Zeile getrennt werden soll. LAMBDA Eine LAMBDA-Funktion, die eine Zeile als einen einzelnen …

  8. BYROW-functie - Microsoft Ondersteuning

    Als de oorspronkelijke matrix bijvoorbeeld 3 kolommen bij 2 rijen is, is de geretourneerde matrix 1 kolom bij 2 rijen. =BYROW (array, lambda (row)) De syntaxis van de BYROW-functie heeft de volgende …

  9. BYROW 函数 - Microsoft 支持

    将 LAMBDA 函数应用于每一行,并返回结果数组。

  10. XLOOKUP function - Microsoft Support

    Use the XLOOKUP function to find things in a table or range by row. For example, look up the price of an automotive part by the part number, or find an employee name based on their employee ID.

  11. BYCOL Function - Microsoft Support

    Applies a LAMBDA to each column and returns an array of the results. For example, if the original array is 3 columns by 2 rows, the returned array is 3 columns by 1 row. =BYCOL (array, lambda …