Returns the highest 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.
Max is not compatible for with numeric series. To find the highest or largest value in an entire or partial segment of numbers in a series see the function Highest.
| Syntax: | 
|---|
| value = Max( 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 | 
| Returns: | 
| Max returns the highest value of the values compared. | 
| Links: | 
|---|
| See Also: | 
| Edit Time: 9/18/2020 12:22:43 PM | Topic ID#: 415 |