The MAX function returns the largest number in a set of values. Node references are also accepted as arguments.
max (value1,[value2]....)
value1 - The numbers or names, arrays, or references that contain numbers. This is a required argument.
value2... - The numbers or names, arrays, or references that contain numbers. This is an optional argument.
max (COLUMN1,COLUMN2,COLUMN3)
Returns the maximum of COLUMN1, COLUMN2 and COLUMN3
MAXarrow-up-right
Last updated 2 years ago
Was this helpful?