Skip to content

=GTNUM (Greater Than Number)

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

This function returns 1 if “True”, 0 if “False”.

=GTNUM(IsThisNumber; GreaterThanThisNumber)
  • IsThisNumber – The number you want to evaluate.

  • GreaterThanThisNumber – The number to compare against.

  • Returns 1 (true) if IsThisNumber is greater than GreaterThanThisNumber.

  • Returns 0 (false) if IsThisNumber is equal to or less than GreaterThanThisNumber.

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

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

=GTNUM(55; 50)

Returns: 1 “True”


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