Function | Description |
---|---|
MAX (value) | Returns the maximum value among all rows in the worksheet, based on the columns included in the specified expression. |
MIN (value) | Returns the minimum value among all rows in the worksheet, based on the columns included in the specified expression. |
MAXINLIST (value, [value],...) | Returns the largest number or latest date in the specified list of expressions. |
MININLIST (value, [value],...) | Returns the smallest number or earliest date in the specified list of expressions. |