MAX
Finds maximum value in a list of numbers
Last updated
Finds maximum value in a list of numbers
Last updated
MAX( value_1
, [value_2...]
)
Returns the maximum numerical value in a list, ignoring any blank values.
Argument | Description |
| numeric column or value |
| Optional. Column(s) to be included in the calculation; will output a row-wise calculation when this argument is provided. |
Numerical maximum of values provided