MaxInRow

Gets the maximum value in a row for selected columns

MaxInRow(column1, column2, column3) → 100
MaxInRow(7,2,15) → 15

Inputs

MaxInRows(column1, [column2...])

  • column... - Columns, one or more, to calculate the maximum value in a row

Last updated