min()

 
Compares and returns the lower of two values.
Syntax
min( a, b )
Returns the smaller value of a or b
  • a = string or numeric value, b = string or numeric value
User Annotations: min