DROP

Drops a specified number of contiguous rows or columns from the start or end of an array.

note

Enter the formula as an array formula. Hint: enter formula using keys Ctrl + Shift + Enter.


Syntax

DROP(Array; Row; [Column])

Array: the array or range from which to drop rows or columns.

Rows: the number of rows to drop. A negative value drops from the end of the array.

Columns: (optional) the number of columns to drop. A negative value drops from the end of the array.

note

Maaaring tanggalin ang alinman sa mga opsyonal na argumento. Ang isang opsyonal na argumento ay nangangailangan ng lahat ng naunang separator na naroroon.


Mga halimbawa

Consider the array A1:E3 below.

 

A

B

C

D

E

1

AAA

BBB

CCC

DDD

EEE

2

FFF

 

 

III

JJJ

3

KKK

LLL

MMM

NNN

OOO


The formula {=DROP(A1:E3;1;3)} returns the array below dropping first 1 row and first 3 columns.

III

JJJ

NNN

OOO


The formula {=DROP(A1:E3;-1;-3)} drops the last row and the last 3 columns.

AAA

BBB

FFF

 


Teknikal na impormasyon

tip

This function is available since LibreOfficeDev 25.8.


Ang function na ito ay hindi bahagi ng Buksan ang Format ng Dokumento para sa Mga Aplikasyon sa Opisina (OpenDocument) Bersyon 1.3. Bahagi 4: Recalculated Formula (OpenFormula) Format pamantayan. Ang name space ay

COM.MICROSOFT.DROP