Skip to content

=!EQUALS (Does Not Equal)

The !EQUALS function evaluates the contents of a process field and returns true when the field value does not match any of the specified comparison values.

=!EQUALS(FieldToken;Value1;Value2;Value3;...)
  • FieldToken
    The process field you want to evaluate.

  • Value1, Value2, Value3, …
    One or more values to compare against.
    Each value must be separated by a semicolon (;).

  • The function checks whether the value in the specified field is not equal to all listed values.

  • If the field value matches any of the listed values, the function evaluates to false.

  • If the field value matches none of the listed values, the function evaluates to true.

  • You can include as many comparison values as needed.

  • All comparisons are evaluated within the same set of parentheses.

  • Semicolons (;) must be used to separate values.


!EQUALS, does not equal, not equal function, formula function, conditional logic, field comparison, process field validation, workflow formulas, boolean function