Operators in LibreOffice Calc
You can use the following operators in LibreOffice Calc:
Arithmetical Operators
These operators return numerical results.
Operators |
Nosaukums |
Piemērs |
+ (Plus) |
Saskaitīšana |
1+1 |
- (Mīnus) |
Atņemšana |
2-1 |
- (Mīnus) |
Negācija |
-5 |
* (zvaigznīte) |
Reizināšana |
2*2 |
/ (Slīpsvītra) |
Dalīšana |
9/3 |
% (Procents) |
Procenti |
15% |
^ (Caret) |
Exponentiation |
3^2 |
Comparative operators
These operators return either true or false.
Operators |
Nosaukums |
Piemērs |
= (vienādības zīme) |
Vienāds |
A1=B1 |
> (lielāks kā) |
Lielāks kā |
A1>B1 |
< (Mazāks kā) |
Mazāks kā |
A1<B1 |
>= (lielāks kā vai vienāds ar) |
Lielāks kā vai vienāds ar |
A1>=B1 |
<= (mazāks kā vai vienāds ar) |
Mazāks kā vai vienāds ar |
A1<=B1 |
<> (Nevienādība) |
Nevienādība |
A1<>B1 |
Teksta operatori
The operator combines separate texts into one text.
Operators |
Nosaukums |
Piemērs |
& (And) |
text concatenation AND |
"Sun" & "day" is "Sunday" |
Atsauces operatori
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.