value min(value1, value2, …, valueN)
Returns the lesser of the (at least two) arguments, which can be either numbers or texts.
Numbers are compared by numerical value, texts are compared on lexicographical order.