10 Amazing Array Functions
10 Amazing Array Functions
Amazing
ARRAY FUNCTIONS
Released in 2022
=VSTACK(array1,[array2],...)
By Syed Nadeem
HSTACK
HSTACK returns the array formed by appending each of the array arguments
in a column-wise fashion.
=HSTACK(array1,[array2],...)
By Syed Nadeem
TOCOL
Returns the array in a single column.
By Syed Nadeem
TOROW
Returns the array in a single row.
By Syed Nadeem
TAKE
Returns a specified number of contiguous rows or columns from the start or
end of an array.
=TAKE(array, rows,[columns])
By Syed Nadeem
DROP
Excludes a specified number of rows or columns from the start or end of an
array. You might find this function useful to remove headers and footers in
an Excel report to return only the data.
=DROP(array, rows,[columns])
By Syed Nadeem
TEXTSPLIT
Splits text strings by using column and row delimiters.
=TEXTSPLIT(text,col_delimiter,[row_delimiter],[ign
ore_empty], [match_mode], [pad_with])
By Syed Nadeem
CHOOSECOLS
Returns the specified columns from an array.
=CHOOSECOLS(array,col_num1,[col_num2],…)
By Syed Nadeem
CHOOSEROWS
Returns the specified rows from an array.
=CHOOSEROWS(array,row_num1,[row_num2],…)
By Syed Nadeem
UNIQUE
Returns a list of unique values in a list or range.
By Syed Nadeem
Stay Connected!