Rows will be joining Superhuman.
Learn more

NE

Check if two values are different from each other. Case sensitive.

Parameter List

Syntax
NE(value1value2)
value1

The value to be compared against value2. For example: 7.

value2

The value to be compared against value1. For example: 6.

Examples

NE(1, 1) returns FALSE as both parameters are equal to each other.