FormulaCraft

MINA

MINA works like MIN but treats logical values (TRUE=1, FALSE=0) and text (as 0) as numeric rather than ignoring them. This means text entries compete as 0, which may lower the minimum compared to a pure MIN call.

Excel
=MINA(B2:B5)
Google Sheets
=MINA(B2:B5)

Verified example

Computed by a real spreadsheet engine on the sample data below.

ItemValue
A10
BTRUE
C25
D5

=MINA(B2:B5)1

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1Reference the range including any logical or text values: =MINA(B2:B5).
  2. 2MINA converts TRUE to 1, FALSE and text to 0 before finding the minimum.
  3. 3Returns the smallest value after those conversions.

Need a version for your data?

Try: “Find the minimum value in a column that has some TRUE/FALSE flags alongside numbers

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: