MAX function - The function returns the largest value in a set of values ​​in Excel

MAX function: The function returns the largest value in the set of values. Syntax: MAX (number1, [number2], ...)

The following article introduces you to MAX - 1 of the functions in the group of statistical functions that are very popular in Excel.

Picture 1 of MAX function - The function returns the largest value in a set of values ​​in Excel

Description: The function returns the largest value in a set of values.

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

Inside:

- number1, [number2], .) : The values ​​that want to find the largest value, where number1 is the required parameter, other values ​​are optional and contain up to 255 number parameters .

Attention:

- The value of the argument must be a number, name, array or reference containing numbers.

- Logical or text values ​​when typing directly into the argument list -> these values ​​are still counted.

- If the argument is a reference array containing text values ​​or logic -> these values ​​are ignored, but the value 0 is still counted.

- If the value of the argument is not a number -> the function returns the value 0.

- Arguments that are text or error values ​​cannot be converted -> cause errors in the function.

- If you want to include the logical value and text in the function -> use the MAXA function .

For example:

Calculate the maximum value of the number values ​​as described in the following data table:

Picture 2 of MAX function - The function returns the largest value in a set of values ​​in Excel

- In the cell to calculate enter the formula : = MAX (D6: D10)

Picture 3 of MAX function - The function returns the largest value in a set of values ​​in Excel

- Press Enter -> maximum value is:

Picture 4 of MAX function - The function returns the largest value in a set of values ​​in Excel

- Calculate the maximum value in the set of number values and 209 -> enter the formula: = MAX (D6: D10, 209) -> press Enter -> the largest value is:

Picture 5 of MAX function - The function returns the largest value in a set of values ​​in Excel

- Where the number values ​​are not numbers -> the function returns the value 0

Picture 6 of MAX function - The function returns the largest value in a set of values ​​in Excel

Above are instructions and some specific examples when using the MAX function in Excel.

Good luck!

You've just finished reading the article "MAX function - The function returns the largest value in a set of values ​​in Excel" edited by the TipsMake team. You can save max-function-the-function-returns-the-largest-value-in-a-set-of-values-​​in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV MAXA function - The function returns the largest value in a set of values ​​including text and logical values ​​in Excel
NEXT » LOGNORM.INV function - The function returns the inverse of the logarithmic distribution of x in Excel