Operator di LibreOffice Calc

Anda dapat menggunakan operator berikut di LibreOffice Calc:

Operator Aritmatika

Operator ini menghasilkan nilai numerik.

Operator

Nama

Contoh

+ (Tambah)

Menambah

1+1

- (Kurang)

Mengurang

2-1

- (Kurang)

Menegatifkan

-5

* (asterik)

Mengali

2*2

/ (garis miring)

Membagi

9/3

% (Persen)

Persen

15%

^ (tanda sisipan)

Eksponensiasi

3^2


Operator komparatif

Operator ini menghasilkan nilai benar atau salah.

Operator

Nama

Contoh

= (sama dengan)

Sama dengan

A1=B1

> (lebih besar)

Lebih besar

A1>B1

< (lebih kecil)

Lebih kecil

A1<B1

>= (lebih besar atau sama dengan)

Lebih besar atau sama dengan

A1>=B1

<= (Lebih kecil atau sama dengan)

Lebih kecil atau sama dengan

A1<=B1

<> (tidak sama dengan)

Tidak sama dengan

A1<>B1


Operator teks

Operator ini menggabungkan teks-teks terpisah menjadi satu.

Operator

Nama

Contoh

& (dan)

penjalinan teks AND

"Sun" & "day" adalah "Sunday"


Operator referensi

These operators return a cell range of zero, one or more cells.

Range has the highest precedence, then intersection, and then finally union.

Operator

Nama

Contoh

: (titik dua)

Jangkauan

A1:C108

! (tanda seru)

Interseksi

SUM(A1:B6!B5:C12)

Calculates the sum of all cells in the intersection; in this example, the result yields the sum of cells B5 and B6.

~ (Tilde)

Union

Takes two references and returns a reference list, which is a concatenation of the left reference followed by the right reference. Double entries are referenced twice. See note below this table.


Ikon Catatan

Reference concatenation using a tilde character was implemented lately. When a formula with the tilde operator exists in a document that is opened in old versions of the software, an error is returned. A reference list is not allowed inside an array expression.