=DROP(array, [rows], [col])
=DROP(A2:C4,2)
The DROP function can be used to remove rows from an array. For example, the formula will remove the first two rows of the array and return the last row of the array.
=DROP(A2:C4,,2)
The DROP function can also be used to remove columns from an array. For example, the formula will remove the first two columns of the array and return the last column of the array.
=DROP(A2:C4,-2)
The DROP function can also be used to remove the last rows of an array. For example, the formula will remove the last two rows of the array and return the first row of the array.
=DROP(A2:C4,2,2)
The DROP function can also be used to remove both rows and columns from an array at the same time. For example, the formula will remove the first two columns and rows of the array and return the remainder of the array.
The DROP function is used to delete rows or columns from an array. It is a useful tool for quickly removing data from a given array.