DROP Function
The DROP function is one of the lookup and reference functions. It is used to drop rows or columns from array start or end.
Please note that this is an array formula. To learn more, please read the Insert array formulas article.
The DROP function syntax is:
DROP(array, rows, [columns])
where
array is used to set the array from which to drop rows or columns.
rows is used to set the number of rows to drop. A negative value drops from the end of the array.
columns is used to set the number of columns to drop. A negative value drops from the end of the array.
To apply the DROP function,
- select the cell where you wish to display the result,
-
click the Insert function icon situated at the top toolbar,
or right-click within a selected cell and select the Insert Function option from the menu,
or click the icon situated at the formula bar,
- select the Lookup and Reference function group from the list,
- click the DROP function,
- enter the required arguments separating them by comma,
- press the Enter button.
The result will be displayed in the selected cell.
Alla pagina precedente