Skip to content

=GTENUM (Greater Than or Equal To Number)

The GTENUM function compares two numeric values and returns whether the first number is greater than or equal to the second number. Useful for numeric validation, conditional logic, and workflow decisions.

=GTENUM(IsThisNumber; GreaterOrEqualToThisNumber)
  • IsThisNumber – The number you want to evaluate.

  • GreaterOrEqualToThisNumber – The number to compare against.

  • Returns 1 (true) if IsThisNumber is greater than or equal to GreaterOrEqualToThisNumber.

  • Returns 0 (false) if IsThisNumber is less than GreaterOrEqualToThisNumber.

  • Works with integers, decimals, and numeric field tokens.

  • Formula functions are case sensitive and must be written in ALL CAPS.

=GTENUM(50; 50)

Returns: 1 “True”


GTENUM, greater than or equal number, numeric comparison, conditional logic, workflow formulas, true/false, process field number, formula function