MINA Function Explained

The MINA function in Microsoft Excel returns the minimum value in a given set of values, including numbers, text, and logical values. It ignores empty cells, text, and logical values. It takes up to 255 arguments, and returns the smallest value in the set.

MINA Function Syntax

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

  • value1: The first value or range of values to consider.
  • value2: (optional) Additional values or ranges of values to consider.