About 810,000 results
Open links in new tab
  1. Guidelines and examples of array formulas - Microsoft Support

    An array formula is a formula that can perform multiple calculations on one or more items in an array. You can think of an array as a row or column of values, or a combination of rows and …

  2. Create an array formula - Microsoft Support

    Excel provides two types of array formulas: Array formulas that perform several calculations to generate a single result and array formulas that calculate multiple results.

  3. Dynamic array formulas and spilled array behavior

    Excel formulas that return a set of values, also known as an array, return these values to neighboring cells. This behavior is called spilling. Formulas that can return arrays of variable …

  4. Use array constants in array formulas - Microsoft Support

    When you enter an array formula, you most often use a range of cells in your worksheet, but you don't have to. You can also use array constants, values you just enter in the formula bar inside …

  5. Use the table_array argument in a lookup function

    That range is called the table_array argument, and an argument is simply a piece of data that a function needs in order to run. In this case, the function searches those cells for the data …

  6. Implicit intersection operator: @ - Microsoft Support

    Generally speaking, functions that return multi-cell ranges or arrays will be prefixed with @ if they were authored in an older version of Excel. It's important to note that there is no change to the …

  7. How to correct a #SPILL! error - Microsoft Support

    Spilled array formulas aren't supported in Excel tables. Try moving your formula out of the table, or converting the table to a range (select Table Design > Tools > Convert to range).

  8. PERCENTILE.INC function - Microsoft Support

    Copy the example data in the following table and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter.

  9. Spilled range operator - Microsoft Support

    Learn how to use the spilled range operator to return a spilled array range in its entirety.

  10. How to correct a #CALC! error - Microsoft Support

    To resolve the error, try removing the second array. For example, = MUNIT ( {1,2}) is asking Excel to return a 1x1 array, and a 2x2 array, which isn't currently supported. =MUNIT (2) would …