Min(a:Any...):Any
Minimum. Compares all arguments, which must all be numbers, or all strings, and returns the minimum. If any argument is EMPTY, returns EMPTY.
Note that, by default, string comparison is case-insensitive. Use StrCase to compare case-sensitive.
See also: StrCase, Max, Elementary Functions