MIN and MAX Functions

The MIN and MAX functions in Excel are essential tools for analyzing data. The MIN function helps you find the smallest number in a range, while the MAX function identifies the largest number. These functions are widely used in various scenarios, such as financial analysis, data validation, and more.

Syntax

Below is the syntax for both functions:

FunctionSyntax
MIN=MIN(number1, [number2], ...)
MAX=MAX(number1, [number2], ...)

number1, number2, ...: These are the numbers or ranges of numbers from which you want to find the minimum or maximum value.

Example

To illustrate the use of the MIN and MAX functions, let's consider the following table:

ItemPrice ($)
Apples3
Bananas2
Cherries5
Dates7
Grapes4

Steps

  1. To find the minimum price, use the formula =MIN(B2:B6).
  2. To find the maximum price, use the formula =MAX(B2:B6).

Practice Exercise 1

Task: Using the table below, find the minimum and maximum values for the 'Score' column.

Practice Exercise 2

Task: Using the table below, find the minimum and maximum values for the 'Sales' column.

Practice Exercise 1 Solution

To find the minimum score:

  • Use the formula =MIN(B2:B6), which results in 78.

To find the maximum score:

  • Use the formula: =MAX(B2:B6), which results in 95.

Practice Exercise 2 Solution

To find the minimum sales:

  • Use the formula =MIN(B2:B6), which results in 1100.

To find the maximum sales:

  • Use the formula =MAX(B2:B6), which results in 1700.

By mastering the MIN and MAX functions in Excel, you can quickly and easily identify key values in your data, enhancing your ability to analyze and interpret information effectively.