Returns the smallest value amongst the inputs.
input (required) The data or column of data to be evaluated. Input can be numbers, dates, or strings.
input 2+ (optional) Additional inputs to compare. All additional inputs must match the type of the first input.
NOTE: If you would like to compare a column of dates against a specific date, you must wrap the input in the Date() function.