Gets the maximum value in a row for selected columns
MaxInRow(column1, column2, column3) → 100 MaxInRow(7,2,15) → 15
MaxInRows(column1, [column2...])
column... - Columns, one or more, to calculate the maximum value in a row
column...
Last updated 1 year ago