Returns the lowest value in a list of values. List of values can be any number of arguments that create a value, or a list of values. All values must be separated by a comma.
Min is not compatible for with numeric series. To find the lowest or smallest value in an entire or partial segment of numbers in a series see the function Lowest.
| Syntax: | 
|---|
| value = Min( expression1, expression2, expression3, ... ) | 
| Parameter: | Description: | 
|---|---|
| expression1 | Any numeric expression | 
| expression2 | Any numeric expression | 
| expression3 | Any numeric expression | 
| ... | Additional numeric expressions, if they are needed. | 
| Example: | 
|---|
| ' Find the Highest value of the expression ' values included within the parentheses value = Min( 5, 6, 8 )                 ' Returns 5 '  Instead of: | 
| Returns: | 
| Lowest returns the lowest value of the values compared. | 
| Links: | 
|---|
| See Also: | 
| Edit Time: 9/18/2020 12:23:25 PM | Topic ID#: 420 |