Operatoroj en LibreOffice Calc
Oni povas uzi la sekvajn operatorojn en LibreOffice Calc:
Aritmetikaj Operatoroj
Tiaj operatoroj liveras numerajn rezultojn.
Operatoro |
Nomo |
Ekzemplo |
+ (Plus) |
Adicio |
1+1 |
- (Minus) |
Subtraho |
2-1 |
- (Minus) |
Negativigi |
-5 |
* (steleto) |
Multiplikado |
2*2 |
/ (Oblikvo) |
Divido |
9/3 |
% (Elcento) |
Elcento |
15% |
^ (Ĉapelo) |
Eksponencialigi |
3^2 |
Komparaj operatoroj
Ĉi tiuj operatoroj liveras je aŠvera aŠfalsa.
Operatoro |
Nomo |
Ekzemplo |
= (egalsigno) |
Egala |
A1=B1 |
> (pli ol) |
pli ol |
A1>B1 |
< (malpli ol) |
malpli ol |
A1<B1 |
>= (pli ol aÅ egala al) |
pli ol aÅ egala al |
A1>=B1 |
<= (malpli ol aÅ egala al) |
malpli ol aÅ egala al |
A1<=B1 |
<> (neegala) |
neegala |
A1<>B1 |
Tekstaj operacioj
La operacio kombinas apartajn tekstojn en unu.
Operatoro |
Nomo |
Ekzemplo |
& (KAJ) |
teksalkroĉa KAJ |
"Dim" & "anĉo" estas "Dimanĉo" |
Referencaj operatoroj
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.