Formula (Extended): $MIN Function
## Overview
Find the minimum value of the arguments.
## Syntax
```
$MIN(Num1, [Num2],...)
```
## Parameters
|Parameter|Type|Required|Description|
|:---|:---|:---|:---|
|Num1|Half-width numerical value|Required|The first number for which the minimum value is to be found. |
|[Num2],...|Half-width numerical value|Optional|Additional numbers for which the minimum value is to be found. |
### Column Usable as Parameters
|Parameter|Classification|Numeric Value|Date|Description|Check|
|:---|:---|:---|:---|:---|:---|
|Num1|Yes|Yes|No|Yes|No|
|[Num2]|Yes|Yes|No|Yes|No|
## Return Value
The minimum value of the arguments.
An error will occur if an error value or a string that cannot be converted to a numerical value is specified as an argument.
### Return Value Display Content
|Target|Display Content of Return Value|
|:---|:---|
|Classification (including title, status, manager, owner)|Display return value. If the drop-down list has values, displays options that match the values. |
|Numerical Value (including work volume, progression rate, remaining work volume)|Display return value. |
|Date (including start and completion)|Do not display. |
|Description (including content)|Display return value. |
|Check (including lock)|Do not display. |
## Usage Example ①
Specify parameters by screen column name (name displayed)
### Formula
![image](https://pleasanter.org/binaries/f013833a0c804d02a5348ccbb44354c9)
### Parameters
![image](https://pleasanter.org/binaries/64d2a0f5962c48c1aca9a25ee8cf0313)
### Calculation Result
![image](https://pleasanter.org/binaries/d112ba5975d44a5db7c52526e7aa91ee)