ZonoTools

Excel Practice - MIN

Instruction

Return the smallest value in range B2:B6.

Formula Syntax

=MIN(number1, [number2], ...)

  • number1: Numeric value or numeric reference.
  • [number2]: Numeric value or numeric reference.
  • ...: Additional optional arguments.

What it does

Return the smallest number from a range.

numeric-practice-sheet.xlsx

AB
1ItemValue
2Input 1120
3Input 2-45
4Input 3560.25
5Input 4225.8
6Input 590
7Output

Input Formula

Need Help?

Tips

  • Use MIN with clean and consistent ranges for predictable results.
  • Validate data types (number, text, date) before applying the formula.
  • Test the formula with a small sample first, then scale it to larger ranges.