0% found this document useful (0 votes)
5 views

Group 2max and Min Functions

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Group 2max and Min Functions

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

EXCEL MAX AND

MIN FUNCTIONS
UNDERSTANDING BASIC
FUNCTIONS IN EXCEL

Presented by Group 2
ARE THE EXCEL
ONS? Excel functions
predefined formulas
are
that
simplify complex
calculations.

They are useful tools for


quickly performing
calculations, analyzing data,
and saving time when
working with large data
sets.
MAX
FUNCTION
⚫The MAX function in Excel
returns the largest number in
a selected range of cells.

⚫This function is commonly


used to find the highest score
in a test, the maximum sales
figure for a product, or the
peak value in any dataset.
MAX FUNCTION
⚫Syntax: =MAX(number1, [number2], …)
SYNTAX
⚫number1: The first number or cell range
to consider. This part is required.

⚫[number2]: Optional additional numbers


or cell ranges.

⚫Example:
To find the maximum value in the range
B2 to B6, we use =MAX(B2:B6).

⚫This will scan all the values in that range


and display the highest one.
MIN
⚫The FUNCTION
MIN function in Excel
returns the smallest number
in a selected range of cells.

⚫This is useful for finding the


minimum score in a list of
grades, the lowest sales
figure, or the smallest value
in any dataset.
MIN FUNCTION
⚫Syntax: =MIN(number1, [number2], …)
SYNTAX
⚫number1: The first number or cell range
to consider. This part is required.

⚫[number2]: Optional additional numbers


or cell ranges.

⚫Example:
To find the minimum value in the range B2
to B6, we use =MIN(B2:B6).

⚫Excel will automatically scan the values


in that range and display the smallest
ANY QUESTIONS?

You might also like