Other operators
OPERATORS | DESCRIPTION |
---|---|
+,- | Addition & Subtraction |
>, >= | Greater than & Greater than or Equal to |
=, != | Equal to & Not Equal to |
*, / | Multiplication & Division |
() | Parenthesis |
+, - | Plus & Minus(-1) |
<, <= | Lesser than & Lesser than or Equal to |
The mentioned arithmetic and logical operators can be used with cell references as operands.
Last updated