Excel Function

MAX

Returns the largest value.

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

Arguments

number1

Required

Specify the first number or range to calculate.

Practice Preview

Use MAX to return the maximum 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)

=MAX(D2:D8)

Result

1500

Practice This Function

MAX FAQ

How do I use MAX in Excel?

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

Where can I practice MAX?

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

What arguments does MAX use?

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