MIN
The MIN function returns the smallest value in a series of numbers. The
result of this function will be of the same type as the arguments.
Syntax
MIN(n[,n]...)
Parameters
n Each number that is to be evaluated. These can be of
any numeric type.
Examples
10 A = MIN(3,1,2) !A = 1