MinList (Reserved Word)

image\trumpet2.gif Disclaimer

Returns the lowest value of the specified inputs, up to a maximum of 25 input values.

MinList(Num1, Num2, Num3, etc.)

Where Num1, Num2 and Num3 are numeric expressions representing values to be used in the calculation.

Examples

MinList(45, 72, 86, 125, 47) returns a value of 45.

MinList(18, 67, 98, 24, 65, 19) returns a value of 18.

See Also

LowestArray, HighestArray