ARRAY.DROP function

This article describes the formula syntax of the ARRAY.DROP function.

Description

Drop items from front (n > 0) or back (n < 0) of array.

Syntax

ARRAY.DROP(array, n)

array is an array or handle to an array.
n is then number of items to drop.

Drop items from front (n > 0) or back (n < 0) of array If array has more than one row then drop n rows.