📦
Dynamic Array Functions
7 functionsFILTER, SORT, UNIQUE — modern array functions for Excel 365
FILTER
FILTER pulls out matching rows from a table based on a condition. Unlike VLOOKUP (which returns one value), FILTER can return entire rows and multiple matches — all in one formula.
RANDARRAY
Generates an array of random numbers.
SEQUENCE
Generates a sequence of numbers in an array.
SORT
Sorts a range or array (spills the result).
SORTBY
Sorts an array using other arrays as keys.
UNIQUE
Returns unique values (spills the result).
XMATCH
Modern lookup that returns a position (MATCH replacement).