×

Locate Maximum Values in Excel

Excel is a combination of numeric values and numbers. To retrieve the result, Excel provides various formulas and functions. Sometimes the user needs to find the largest value from the given data. Searching manually takes more time and is difficult for a large set of data. To locate the maximum values easily, Excel provides a function called MAX to find the values easily.

MAX Function

The MAX function in Excel represents the maximum value from the given data sets.

Syntax

MAX (number 1, [number 2] .....)

The syntax's arguments can be numeric values, alphabets, arrays, or any references.

Example 1: The steps to use the MAX function are as follows,

Step 1: Enter the range of data in column A1:A10.

Step 2: Select a new cell where the user wants to display the result and type the formula as =MAX (CELL RANGE).

Locate Maximum Values

From the above worksheet, the result is displayed as 18, which is the maximum value in the column range A1:A11.

MATCH Function

The MATCH function searches for the required or selective item from the given data set and displays the data's position.

Syntax

MATCH (lookup _value, lookup_array, [match type])

lookup_value – Value which is matched with the looup_array

lookup_array – The range of cells which is searched.

Match_type – The match_type value indicates the Excel matching the lookup_value with lookup_array.

Example 2: How to display the row number of the maximum value in the given data?

The MATCH function is used along with the MAX value to display the row number of the maximum value. The steps to be followed are,

Step 1: Enter the range of data in column A1:A10.

Step 2: Select a new cell where the user wants to display the result and type the formula as =MATCH (MAX (A: A), A: A, 0)

Locate Maximum Values

The MATCH function retrieves the data as (18, A: A, 0), 9. The above worksheet displays the result as nine, which is the row number of the data 18. As the number 18 is the largest value in the given data, the MATCH function displays the respective row number. Hence the MATCH function returns the position of the maximum value.

Example 2.1: How to display the row number of the specified data?

To display the row number of the specified data, the MATCH function is used. The steps to be followed are,

Step 1: Enter the range of data in column A1:A10.

Step 2: Select a new cell where the user wants to display the result and type the formula as =MATCH (50, A1:A10, 0)

Locate Maximum Values

The above worksheet shows the result as 7, where the number 50 is present in row 7.

Example 2.2: What will result if the specified number is not present in the data?

To display the specified date, the MATCH function is used. The steps to be followed are,

Step 1: Enter the range of data in column A1:A10.

Step 2: Select a new cell where the user wants to display the result and type the formula as =MATCH (81, A1:A10, 1)

Locate Maximum Values

From the above worksheet, the value 81 is not present in the data, hence the MATCH function takes the next value, 80, in the 10th-row position. Hence 10 are displayed as a result in cell B1.

Example 2.3: Find the cell address of the specified data using the formula.

The specified data is found in this example using the formula as=MATCH (81, A1:A10,-1). The steps to be followed are,

Step 1: Enter the range of data in column A1:A10.

Step 2: Select a new cell where the user wants to display the result and type the formula as =MATCH (80, A1:A10,-1)

Locate Maximum Values

The above worksheet shows the result as an error where the -1 indicates that the value is to be sorted in descending order. But here, the values need to be sorted in descending order. Hence the result is displayed as an error.

Hence, sort the data in descending order and enter the formula as =MATCH (80, A1:A10,-1). The MATCH function will display the exact location of the specified data as follows.

Locate Maximum Values

The above worksheet will display the result as 1, which is the location of the data 80.

ADDRESS Function

The address function returns the address of the specified cell.

Syntax

ADDRESS (row_num, column_num,[abs_num],[a1],[sheet text])

row_num – A numeric value indicates the row number used in the cell reference.

column_num – It is a numeric value that indicates the column number used in the cell reference.

abs_num – It is an optional one that is used to specify the type of reference to return.

Example 3: How to retrieve the cell address of the maximum value in the given data?

The ADDRESS function is used along with the MATCH and MAX functions to retrieve the cell address of the maximum value. The steps to be followed are,

Step 1: Enter the range of data in column A1:A10.

Step 2: Select a new cell where the user wants to display the result and type the formula as = ADDRESS (MATCH (MAX (A: A), A: A, 0), 1)

Locate Maximum Values

From the above worksheet, the largest value is 85, and the ADDRESS function displays the cell address as $A$5. The ADDRESS function retrieves the data as ADDRESS (5, 1).

Example 4: How to display cell address $D$5 using the ADDRESS Function?

To display the cell value, $D$5, using the ADDRESS function, the steps to be followed are,

Step 1: Enter the range of data in column A1:A10.

Step 2: Select a new cell where the user wants to display the result and type the formula as =ADDRESS (5, 4). Here 5 and 4 indicate the fifth row and fourth column.

Locate Maximum Values

From the above worksheet, the ADDRESS (5, 4) represents the cell value as $D$5.

Example 5: How to display the cell address C$2 using absolute reference?

The absolute reference is used along with the ADDRESS function to indicate the cell address. The steps to be followed are,

Step 1: Enter the range of data in column A1:A10.

Step 2: Select a new cell where the user wants to display the result and type the formula as =ADDRESS (2, 3, 2). Here two and three represent the second row and third column.

Locate Maximum Values

From the above worksheet, the ADDRESS function (2, 3, 2) displays the cell address as C$2.

Summary

From the above worksheet, the various functions and methods to locate the maximum value are explained briefly.


Related Topics

Excel MATCH () Function

Excel MATCH () Function The MATCH () function in excel locates the position of a lookup value in a row, column, or table and returns the relative position of an item in an array. Syntax MATCH...

2 minutes read.

Reverse List in Excel

What is Reverse list in Excel? Microsoft Excel is widely used for calculation purposes like statistical and analytical for predicting and getting the result. Sometimes for calculation purposes, the user needs...

5 minutes read.

Excel LARGE() Function

The LARGE() function in excel returns the k-th largest value in a data set. Syntax LARGE (Array, kth small number from the list) Parameter Array (required)- This parameter represents the list of numbers from which nth...

1 minute read.

Multiplication in Excel

Multiplication plays a vital role in Mathematics. Usually, the calculations are performed manually and automatically. Manual calculations take time and sometimes leads to error, and it is a challenging process...

5 minutes read.

Count Characters in Excel

Microsoft Excel is used to perform calculations for multiple purposes. The data entered in the worksheet is a combination of numeric and alphabets. Sometimes there is a need to check...

4 minutes read.

Excel SMALL() Function

The SMALL() function in excel returns the k-th smallest value in a data set. Syntax SMALL(Array, kth small number from the list) Parameter Array (required)- This parameter represents the list of numbers from which nth smallest...

1 minute read.

How to Highlight Duplicates Words in the Microsoft Excel?

We can easily highlight the values that are duplicated in the selected dataset, whether it could be a column or a row from the particular table, with the help of...

6 minutes read.

Calculating Age in Excel

Microsoft Excel provides separate functions for various mathematical operations. Nowadays, Microsoft Excel is widely used by large and various organizations. Using formulas one can calculate the statistical functions quickly and...

2 minutes read.

Excel LEFT() Function

The LEFT () function in excel returns the leftmost characters from a text value. This function is used for data manipulation. Syntax LEFT(Text, [num_chars]) Parameter Text (required)- This parameter represents the string from which you want to...

1 minute read.

Excel HLOOKUP() Function

Excel HLOOKUP() Function The HLOOKUP() function in excel is used to search a value in the topmost row of a table and then return a corresponding value in the same column for the specified...

2 minutes read.

Excel MID() Function

The MID() function in excel is used to return a specific number of characters from a text string starting at the position you specify. One can change the start of the string, thus...

1 minute read.

AutoFill in Excel

AutoFill in Excel Excel is known for its credibility to operate repeated and similar tasks automatically. For this purpose, it facilitates an inbuilt feature known as Autofill that recognizes the series of...

3 minutes read.

Excel ROUND() Function

Excel ROUND() Function The ROUND() function in excel rounds the numbers to specified digits. Syntax ROUND(Number,num_digits) Parameter Number(required)- This parameter represents the number which you want to round up. num_digits(required)- This parameter represents the number of decimal places to which...

1 minute read.

Excel OFFSET () Function

Excel OFFSET () Function The OFFSET() function in excel returns range of cells that is a specified number of rows and columns from an initial specified range. Syntax OFFSET (reference, rows, cols, [height], [width]) Parameter reference(required)-...

2 minutes read.

Decimals in Excel

Microsoft Excel is widely used for calculation purposes for various applications. The calculation consists of numbers which include whole numbers, decimals, integers etc. To perform quick calculations, the numbers should...

5 minutes read.

Calculating the Last Day of the Month in Excel

In Microsoft Excel, various functions exist to calculate the date and time from the current date to the past and future. Among multiple tasks in this tutorial, let's see how...

3 minutes read.

Paste Options in Excel

Excel spreadsheet is a combination of numeric values, alphabets which is used for calculation purposes. While performing the calculations, there is a need to repeat the data for further process....

6 minutes read.

Count Cells with Text in Excel

Excel spreadsheets are widely used in many fields to store and analyze data. Usually, the cells present in excel are a combination of numbers and text. To perform the calculation...

3 minutes read.

Basics of Excel

Different ways to open an excel file There are various ways to open an excel file, some of them are listed below - From Start Menu:Go to the start menu and search for Ms-Excel...

5 minutes read.

Excel INT() Function

Excel INT() Function The INT() function in excel is used to round a number down to the nearest integer. It removes decimal points from any number value & return rounded down number value in...

1 minute read.