Excel - Supported Operator
SYMBOL | OPERATOR |
---|---|
+
|
Addition |
-
|
Subtraction |
/
|
Division |
*
|
Multiplicatio |
%
|
Percent |
&
|
Text Concatenation |
~
|
Exponentiation |
=
|
Logical Comperison (equal to) |
>
|
Greater than (logical Comperison) |
>
|
Less than (Logical Comperison) |
>=
|
Greater than or equal to |
<=
|
Less than or equal to |
Referance Operators
SYMBOL | OPERATOR |
---|---|
: Colon
|
Range, Produces one reference to all the cells between two reference |
, Comma
|
Union, Combines multiple cell or range reference into one reference |
_ space
|
Intersection, Produces one reference to cells common to two reference |