logo
excelfunctions.org
bookmarks

MAX

Returns the maximum value in a list of arguments.

StatisticalBeginner EssentialsMost UsedStatistics & Analysis

What it does

Returns the largest number in a set of values.

Syntax

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

Arguments

  • number1(number|range) β€” First value or range.

Examples

Maximum of a range

Find the maximum value in A2:A6.

FORMULA
=MAX(A2:A6)
RESULT
20
SAMPLE DATA
A
1Value
210
312
48
515
620