# MIN

MIN( `value_1`, `[value_2...]` )

Returns the minimum numerical value in a list, ignoring any blank values.

### Arguments

| Argument       | Description                                                                                                               |
| -------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `value 1`      | numeric column or value                                                                                                   |
| `[value 2...]` | Optional. Column(s) to be included in the calculation; will output a row-wise calculation when this argument is provided. |

### Output

Numerical minimum of values provided

### Example

{% embed url="<https://datawrapper.dwcdn.net/EF5vk/1/>" %}
