# MINA

## Content

This function returns the minimum value in a list of arguments, including text and logical values.

## Syntax

`MINA(value1, [value2], ...)`

## Arguments

<span data-teams="true">This function has these arguments:</span>

| <span data-teams="true">Argument</span> | <span data-teams="true">Description</span> |
| -------- | ----------- |
| <span data-teams="true"> </span>*<span data-teams="true">Value1, value2, ...</span>* | <span data-teams="true"> </span>Value1 is required, subsequent values are optional. 1 to 255 values for which you want to find the smallest value. |

## Remarks

This function differs from MIN because it includes text and logical values as well as numeric values.

## Examples

`MINA(A3,B5,C1,D4,E7)`
`MINA(A1:A9)`
`MINA(R1C2,R3C5,R4C7,R6C7)`
`MINA(A1,B1)` gives the result 0 if A1 is 10 and B1 is FALSE