LibreOfficeDev 25.8 Help
tzzCD‖Drops a specified number of contiguous rows or columns from the start or end of an array.
daYny‖DROP(Array; Rows [; Columns])
djzuC‖Array: the array or range from which to drop rows or columns.
8NwZE‖Rows: the number of rows to drop. A negative value drops from the end of the array.
XTxhf‖Columns: (optional) the number of columns to drop. A negative value drops from the end of the array.
6ECKo‖The formula {=DROP(A1:E3;1;3)} returns the array below dropping first 1 row and first 3 columns.
| III | JJJ | 
| NNN | OOO | 
XAV2K‖The formula {=DROP(A1:E3;-1;-3)} drops the last row and the last 3 columns.
| AAA | BBB | 
| FFF | 
 | 
COM.MICROSOFT.DROP