Operators
We support the same operator syntax as Excel and Google sheets. You can begin a formula with the =
key in any cell and use the following operations:
Addition:
+
Subtraction:
-
Multiplication:
*
Division:
/
Raise to the power:
^
In addition to arithmetic, Subset supports the same logical operators:
Not equal:
<>
Greater than
>
Greater than or equal to
>=
Less than
<
Less than or equal to
<=
Equal to
=
Last updated