Section 6: Clarius
Model 4200A-SCS Parameter Analyzer Reference Manual
6-286
4200A-901-01 Rev. C / February 2017
MIN Calc worksheet function
This command returns the smallest value in the specified list of numbers.
Usage
MIN(
Value_list
)
Value_list
A list of as many as 30 numbers separated by commas
Details
Value_list
can contain numbers, logical values, text representations of numbers, or a reference to
a range that contains those values.
Error values or text that cannot be translated into numbers return errors.
If a range reference is included in the list, text, logical expression, and empty cells in the range are
ignored.
If there are no numbers in the list,
0
is returned.
Example
=MIN(50, 100, 150, 500, 200)
=MIN(A1:F12)
Returns
50.0000E+0
.
Returns the smallest value in this range.
Also see
(on page 6-277)
(on page 6-285)