Excel Function

MIN

Returns the smallest value.

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

Arguments

number1

Required

Specify the first number or range to calculate.

Practice Preview

Use MIN to return the minimum value in Sales in column D. You can set ranges by dragging from the start cell to the end cell in the same argument field.

Example Table

#
AProduct ID
BProduct Name
CCategory
DSales
2P001AppleFood1200
3P002BananaFood980
4P003NotebookStationery450
5P004PenStationery300
6P005GrapesFood1500
7P006RulerStationery250
8P007PeachFood860

How to Use (Formula)

=MIN(D2:D8)

Result

250

Practice This Function

MIN FAQ

How do I use MIN in Excel?

Use MIN when you want to find the lowest value. Enter Target range in that order, then add optional arguments when needed.

Where can I practice MIN?

Use the "Start Function Practice" button to jump straight into MIN drills.

What arguments does MIN use?

The main arguments are Target range. Enter them in order.