
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, …
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.
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.
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 …
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.
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 …
#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 …
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.
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 …
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 …