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