Excel MAXIFS Function: Excel is a spreadsheet program that is developed for Windows, Mac, Android, and iOS. It helps to perform calculations on your PC. The purpose of this software is to do complicated calculations which are difficult to do manually. To get the largest numeric value from the range based on the given criteria, use the MAXIFS function in the worksheet.
In this article, we are going to see the usage of Excel MAXIFS Function with its syntax, explanation, and examples. Get an official version of MS Excel from the following link:
https://www.microsoft.com/en-in/microsoft-365/excel
Description of MAXIFS Function
- It is one of the built-in functions in Microsoft Excel.
- MAXIFS Function returns the largest numeric value from the range of input values based on the given condition or criteria.
- This function supports logical operators such as (<, >, =, <>, ?, * ).
Syntax
- Here, you will see the syntax of the MAXIFS function.
- To apply this function on your spreadsheet, you have to select a cell and enter the formula in the following format.
- Once you enter the formula, just click on the Enter button to get the result.
=MAXIFS(max_range, range1, criteria1, [range2], [criteria2], …)
Arguments Explanation:
- max_range – The input range or array from which the maximum value will be found.
- range1 – It is the first input range to evaluate.
- criteria1 – This is the criteria or condition to use on the range 1.
- range2 – It is an optional one. It is the second input range to evaluate.
- criteria2 – It is an optional one. The criteria or condition to use on the range 2.
Note:
1) The max_range & criteria_range should be the same otherwise it returns #VALUE! Error.
2) This function ignores the Text, Logical values, Blank cells, and Special symbols.
Examples
Let’s see some examples to understand this concept easily.
- Initially, you have to open your Excel workbook on your PC and launch a worksheet that has data.
- For example, we have given the range of input values in Columns B and C and we will get the highest marks from this range using MAXIFS function.
- Then, we have to apply the above-mentioned formula to get the result, as shown in the following screenshot.
- Finally, we need to click on the Enter button to get the result. Drag down the first cell to fill the remaining cells as shown in the below image.
End of the Article
In this article, we guided you to understand the usage of Excel MAXIFS Function with its syntax, explanation, and examples. Drop your feedback in the comment section. To learn more about Excel functions, then visit our webpage Aawexcel.com.
Video Tutorial
The below-given video will show you how to apply the MAXIFS function in the spreadsheet.
Read Ahead:
- How to Use Excel FLOOR.MATH Function?
- How to Use Excel FLOOR Function?
- How to Use Excel CEILING.PRECISE Function?
- How to Use Excel CEILING Function?
- How to Use Excel GCD Function?