Operators in LibreOffice Calc
You can use the following operators in LibreOffice Calc:
Arithmetical Operators
These operators return numerical results.
|
Оператор |
Назва |
Приклад |
|
+ (Plus) |
Додавання |
1+1 |
|
- (Minus) |
Віднімання |
2-1 |
|
- (Minus) |
Negation |
-5 |
|
* (asterisk) |
Множення |
2*2 |
|
/ (Slash) |
Розділення |
9/3 |
|
% (Percent) |
Відсотки |
15% |
|
^ (Caret) |
Exponentiation |
3^2 |
Оператори порівняння
Ці операції повертають значення ІСТИНА або БРЕХНЯ.
|
Оператор |
Назва |
Приклад |
|
= (знак рівності) |
Дорівнює |
A1=B1 |
|
> (більше) |
Більше |
A1>B1 |
|
< (менше) |
Менше |
A1<B1 |
|
>= (більше або дорівнює) |
Більше або дорівнює |
A1>=B1 |
|
<= (менше або дорівнює) |
Менше або дорівнює |
A1<=B1 |
|
<> (не дорівнює) |
Не дорівнює |
A1<>B1 |
Текстові операції
Ця операція об'єднує декілька текстових рядків в один.
|
Оператор |
Назва |
Приклад |
|
& (І) |
І для об'єднання рядків |
"Неді" & "ля" дає "Неділя" |
Reference operators
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.