The Excel MINA function returns the smallest value in a set, like MIN, but it also counts logical values and text — TRUE evaluates to 1, FALSE and text to 0.
Syntax
| Argument | Description | |
|---|---|---|
value1 | Required | The first value, cell reference, or range. Unlike MIN, logical values and text are evaluated, not ignored. |
value2, ... | Optional | Up to 254 additional values or ranges. |
How to use it
MINA works like MIN, with one key difference: it does not skip logical values or text. TRUE is treated as 1, while FALSE and any text string count as 0.
That zero-counting behaviour is the gotcha: if a range contains text labels, MINA will likely return 0 because each text cell scores 0. When you only want true numeric minimums, use plain MIN instead.
Text becomes zero. Empty cells are still ignored, but a referenced cell containing text counts as 0 in MINA — an easy way to get an unexpected 0 as your minimum.
Try it: interactive demo
Pick a MINA example to see the formula and its result.
Practice workbook
Frequently asked questions
What is the difference between MIN and MINA?
Why does MINA return 0?
MIN.How does MINA treat TRUE and FALSE?
=MINA({TRUE,2,3}) is 1 and =MINA({FALSE,2,3}) is 0.Does MINA count empty cells?
Master functions like this in one day
This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.
See the Formulas & Functions Class