To better understand the syntax and usage of the MAX and MIN functions to find the maximum and minimum values of arguments or data ranges, the following article by Mytour will introduce you to the syntax, functions, and illustrated examples in specific cases.
How to Use MAX and MIN Functions in Excel
Syntax:
- MAX (number 1, number 2, …)
- MIN (number 1, number 2, …)
Where: Number 1, number 2 are arguments or data ranges.
Function: Returns the maximum or minimum value of the arguments or data range containing numbers.
Example 1:
- Finding the maximum value in the sequence of numbers 10, -20, 3, 4, 11
The formula will be: MAX (10, -20, 3, 4, 11) = 11.
- Find the minimum value among the numbers: 20, 100, 30, 45.
The formula will be: MIN (20, 100, 30, 45) = 20.
Example 2: Find the maximum value in the following data table
- Based on the student list table, we find the highest score in the Mathematics result list
- Apply the MAX function to find the maximum value of the column “Math”.
- The formula applied to cell D15 is as follows: D15 = MAX (D6:D14)
The result obtained is:
Example 3: Find the minimum value in the following data table
- Referring to the Student List table, find the lowest Mathematics score in the Mathematics score list of all students.
- Apply the MIN function to find the minimum value of the column “Math”.
- The formula for cell D15 is as follows: D15 = MIN(D6:D14)
The result obtained is:
In our previous guide, we walked you through using the MAX and MIN functions in Excel with specific examples. We hope you've gained insight into the syntax, functionality, and application of these common statistical functions in Excel. Additionally, you can explore and utilize Excel tricks available on Mytour to enhance spreadsheet operations more efficiently. Similar to the min function, you can refer to MINA Function, a function that returns the smallest value.