Skip to content
English
  • There are no suggestions because the search field is empty.

MAX Operation

How to use the MAX operation in formulas

Definition

Example

Syntax Guide

 


Definition

The MAX operation finds the maximum value in a numerical dataset.

 


Example

MAX(4,10,99)

Result:
99

 


Syntax Guide

MAX(value1, [value2, ...])

value1 - The first value to consider when calculating the maximum value

value2, ... - [ OPTIONAL ] - Additional values to consider when calculating the maximum value

 


What's Next?