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.

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.