Excel - Dynamic Array Functions



Excel Dynamic array functions are long-awaited functions that have gained popularity in Excel World and reduced the overhead of manipulating arrays in Excel in the traditional way. Numerous complex tasks are to break through these functions quickly. The massive advantages of using Dynamic Array Functions are retrieving unique values from the given range, fetching the specific row/ column of the dataset, filtering and sorting data, expanding an array, generating the consecutive numbers list, etc.

These Excel dynamic web functions are not included in older Excel versions. These powerful functions are available in the latest versions, such as Excel 2021 and Excel 365.

Sr.No. Function and Description
1

FILTER

Returns a subset of data from a range or array based on specified criteria.

2

RANDARRAY

Generates an array of random numbers.

3

SEQUENCE

Generates a sequence of numbers in an array.

4

SORT

Sorts a range or array of data based on one or more columns.

5

SORTBY

Sorts a range or array based on the values from one or more other ranges or arrays.

6

UNIQUE

Returns a list of unique values from a range or array.

7

XLOOKUP

Allows you to search for a value in one range and return a corresponding value from another range.

8

XMATCH

Find the relative position of a specified item in a range or array.

Advertisements