# MIN

The MIN function returns the smallest number in a set of values. Cell references are also accepted as arguments.

### Syntax <a href="#syntax" id="syntax"></a>

```excel-formula
min(value1,[value2]....)
```

### Arguments <a href="#arguments" id="arguments"></a>

value1 - The numbers or names, arrays, or references that contain numbers. This is a required argument.

value2... - The numbers or names, arrays, or references that contain numbers. This is an optional argument.

### Example <a href="#example" id="example"></a>

```excel-formula
min(COLUMN1,COLUMN2,COLUMN3)
```

Returns the minimum of COLUMN1, COLUMN2 and COLUMN3

### Excel Equivalent <a href="#excel-equivalent" id="excel-equivalent"></a>

[MIN](https://support.microsoft.com/en-us/office/min-function-61635d12-920f-4ce2-a70f-96f202dcc152)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.editable.io/formula-and-functions/math-functions/min.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
