Excel Function

MAX

Returns the largest value.

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

Arguments

number1

Required

Specify the first number or range to calculate.

Practice Preview

summarize sales data. Use MAX to Returns the largest 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

=MAX(B2:B8)

Practice This Function