Operators in LibreOffice Calc
You can use the following operators in LibreOffice Calc:
Operatërot Unar/Binar
These operators return numerical results.
Operator |
Emri |
Shembull |
Plus |
Mbledhja + |
1+1 |
- (Minus) |
Zbritja - |
2-1 |
- (Minus) |
Negation |
-5 |
* (asterisk) |
Shumëzimi (x) |
2*2 |
Pjesëtim (/) |
Pjesëtim (÷) |
9/3 |
% (Percent) |
Përqindja |
15% |
^ (Caret) |
Exponentiation |
3^2 |
Operatërot Unar/Binar
These operators return either true or false.
Operator |
Emri |
Shembull |
Është baraz me |
Baraz |
A1=B1 |
më e madhe se |
më e madhe se |
A1>B1 |
më pak se |
më pak se |
A1<B1 |
më e madhe se ose baraz me |
më e madhe se ose baraz me |
A1>=B1 |
më pak se ose barazi me |
më pak se ose barazi me |
A1<=B1 |
<> (Inequality) |
Inequality |
A1<>B1 |
Vizato tekstin
The operator combines separate texts into one text.
Operator |
Emri |
Shembull |
dhe |
Teksti Perëndimor dhe pikëzimi Aziatik |
"Sun" & "day" is "Sunday" |
Deri në referencë
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.