Excel Function

MIN

Returns the smallest value.

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

Arguments

number1

Required

Specify the first number or range to calculate.

Practice Preview

summarize sales data. Use MIN to Returns the smallest value. For range arguments, drag from the start cell to the end cell in the same argument field, or click start and end cells in order. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=MIN(B2:B8)

Practice This Function