About 400 results
Open links in new tab
  1. Dynamic array formulas and spilled array behavior - Microsoft Support

    Spill means that a formula has resulted in multiple values, and those values have been placed in the neighboring cells. For example, =SORT (D2:D11,1,-1), which sorts an array in descending order, …

  2. Spilled range operator - Microsoft Support

    When you're dealing with spilled array functions, such as SEQUENCE, it's possible to reference the entire spill range by placing the spilled range operator (#) after the range.

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

    Spilled array formulas cannot spill into merged cells. Please un-merge the cells in question, or move the formula to another range that doesn't intersect with merged cells.

  4. FILTER function - Microsoft Support

    In the example above, the source array for our FILTER formula is range A5:D20. The FILTER function will return an array, which will spill if it's the final result of a formula. This means that Excel will …

  5. Guidelines and examples of array formulas - Microsoft Support

    Beginning with the September 2018 update for Microsoft 365, any formula that can return multiple results will automatically spill them either down, or across into neighboring cells.

  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 way your …

  7. #SPILL! error - Extends beyond the worksheet's edge

    This means that if an entire column is given as the lookup_value argument, Excel will attempt to lookup all 1,048,576 values in the column. Once it's done, it will attempt to spill them to the grid, and will …

  8. Spilled range operator - Microsoft Support

    When you're dealing with spilled array functions, such as SEQUENCE, it's possible to reference the entire spill range by placing the spilled range operator (#) after the range.

  9. Dynamic array formulas vs. legacy CSE array formulas

    In September, 2018, we released dynamic array formulas for Excel for Microsoft 365. The differences between dynamic arrays and legacy Ctrl+Shift+Enter (CSE) formulas are discussed below. Dynamic …

  10. TEXTSPLIT function - Microsoft Support

    Release notes 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 …