Find the lowest and highest values with the MIN and MAX functions. Use with the IF function, to create MIN IF and MAX IF formulas, or use MINIFS and MAXIFS in Excel 365.
To see a quick overview of how you can create your own MIN, MAX, MIN IF and MAX if formulas, you can watch this short video.
To find the lowest value in a range of cells, use the MIN function. For example, this formula will find the lowest value in cells H2:H17
=MIN(H2:H17)
To find the highest value in a range of cells, use the MAX function. For example, this formula will find the highest value in cells H2:H17
=MAX(H2:H17)
In Excel 2019, or Excel for Office 365, you can use the MINIFS and MAXIFS functions, shown below, to find a minimum value, based on one or more criteria.
For earlier versions of Excel, use the MIN IF Formula or the MAXIFS Function shown below.
Use the MINIFS function to find the lowest number, based on one or more criteria.
MINIFS has 3 required arguments:
For example, this formula (for Excel 365) finds the minimum quantity for the product name in cell B6.
There's a spill formula in cell B4 to create a unique list of products. The MINIFS formula has a spill operator (#) at the end of that cell reference -- B4# -- so the MINIFS results spill down too.
Excel 2019: Spill formulas are not available in Excel 2019. In that version, refer to cell B4, without the spill operator, and copy the formula down manually.
To use two or more criteria witn MINIFS, use the optional arguments for additional criteria ranges and criteria.
For example, this formula (for Excel 365) finds the minimum quantity for the customer selected in cell C3, and the product name in cell B6.
There's a spill formula in cell B6 to create a unique list of products. The MINIFS formula refers to that cell with the spill operator -- B6# -- so the MINIFS results spill down too.
Excel 2019: Spill formulas are not available in Excel 2019. In that version, refer to cell B6, without the spill operator, and copy the formula down manually.
In Excel 2019, or Excel for Office 365, you can use the MAXIFS function to find a maximum value, based on one or more criteria. For earlier versions of Excel, use the MAXIFS Function shown below.
MAXIFS has 3 required arguments:
For example, this formula (for Excel 365) finds the maximum quantity for the product name in cell B6.
There's a spill formula in cell B6 to create a unique list of products. The MAXIFS formula has a spill operator (#) at the end of that cell reference -- B4# -- so the MAXIFS results spill down too.
Excel 2019: Spill formulas are not available in Excel 2019. In that version, refer to cell B4, without the spill operator, and copy the formula down manually.
To use two or more criteria witn MAXIFS, use the optional arguments for additional criteria ranges and criteria.
For example, this formula (for Excel 365) finds the maximum quantity for the customer selected in cell C3, and the product name in cell B6.
There's a spill formula in cell B6 to create a unique list of products. The MAXIFS formula refers to that cell with the spill operator -- B6# -- so the MAXIFS results spill down too.
Excel 2019: Spill formulas are not available in Excel 2019. In that version, refer to cell B6, without the spill operator, and copy the formula down manually.
Although Excel has a SUMIF function and a COUNTIF function, there is no MINIF function. To create your own MINIF, you can combine the MIN and IF functions in an array formula.
In this example, we'll find the lowest value for a specific product in a sales list with multiple products. The formula will be entered in cell D2, then copied down to D5.
First, enter the MIN and IF functions, and their opening brackets:
Next, select the product names in the sales list, and press the F4 key, to lock the reference.
Type an equal sign, and click on the cell with the product name criteria. This reference will not be locked.
Type a comma, then select the quantity cells in the sales list. Press the F4 key, to lock this reference.
To finish the formula, type two closing brackets, and then press Ctrl+Shift+Enter to array-enter the formula.
In the formula in the Formula Bar, shown above, you can see that curly brackets were automatically added at the start and end of the formula, because it was array-entered.
If you don't see those curly brackets, you pressed Enter, instead of Ctrl + Shift + Enter. To fix it, click somewhere in the formula bar, and press Ctrl + Shift + Enter.
Then, copy the formula down, to the rows below, to see the minumum for each of the products.
Although Excel has a SUMIF function and a COUNTIF function, there is no MAXIF function. To create your own MAXIF, you can combine the MAX and IF functions in an array formula.
In this example, we'll find the highest value for a specific product in a sales list with multiple products.
First, enter the MAX and IF functions, and their opening brackets:
Next, select the product names in the sales list, and press the F4 key, to lock the reference.
Type an equal sign, and click on the cell with the product name criteria. This reference will not be locked.
Type a comma, then select the quantity cells in the sales list. Press the F4 key, to lock this reference.
To finish the formula, type two closing brackets, and then press Ctrl+Shift+Enter to array-enter the formula.
In the formula in the Formula Bar, shown above, you can see that curly brackets were automatically added at the start and end of the formula, because it was array-entered.
If you don't see those curly brackets, you pressed Enter, instead of Ctrl + Shift + Enter. To fix it, click somewhere in the formula bar, and press Ctrl + Shift + Enter.
Then, copy the formula down, to the rows below, to see the minumum for each of the products.
In the previous example, we found the highest quantity for a specific product, so there was just one criterion -- the product name.
You can also use the MAX IF technique with multiple criteria, by including additional IF functions in the formula. For example, if the data includes a customer name, we could find the highest quantity for each product, for a specific customer.
The customer name is entered in cell D1. In cells C4:C7, the product names are listed.
Enter the following formula in cell D4, and array-enter it, by pressing Ctrl+Shift+Enter. Then, copy the formula down to cell D7.
If you have a list of product prices and dates, you can use a formula to find the latest pricing date for a specific product:
Then, use SUMIFS or SUMPRODUCT to get the price for that product, on that date.
In Excel 2019, or Excel for Office 365, you can use this MAXIFS formula, to find the latest price.
In this example, there is a price table with product, customer, date and price.
You could use two formulas in the solution - one to find the latest price, and one to find the price for that date.
This formula in C4 returns the latest date for the selected product and customer:
Next, this formula in cell D4 returns the price for that date, and the selected product and customer:
Or, use this all-in-one formula, in cell D6, to find the price for the latest date:
In this example, there is a price list with product, date and price.
To find the latest price for a specific product, start by using MAX and IF, to get the latest date for that product. The product name -- Pens -- is entered in cell A12.
To find the latest pricing date for that product, enter the following formula in cell B12, and press Ctrl + Shift + Enter:
Next, to find the price for that product, on that date, enter the following SUMIFS formula in cell C12:
The SUMIFS function is available in Excel 2007, and later versions. For earlier versions of Excel, you can use the SUMPRODUCT function:
With some data, an easy way to find the lowest and highest values for a specific item, is to use a pivot table. It automatically creates a list of all the items, and you can show amounts as Min or Max.
This video shows the steps, and there are written instructions below the video.
In the screen shot below, the TotalPrice field has been added twice to the values area. In one column, the pivot field's summary function has been changed to MIN and in the other column it was changed to MAX.
From this pivot table, you can quickly see the minimum and maximum amounts based on a product name. For example:
With a pivot table, you can also see minimum and maximum abounts based on multiple criteria -- like the Excel's new MINIFS and MAXIFS functions. For example:
If you need to use the Min and Max values from a pivot table in other formulas, use the GetPivotData Function. This video shows how to use the GetPivotData function, and there are written instructions below the video.
To pull values from a pivot table, use the GetPivotData Function. In this example, you can select a region name in cell A4, and a category name in cell B4.
This formula is in cell C4, to pull the minimum quantity for the selected region and category:
This formula is in cell D4, to pull the maximum quantity for the selected region and category:
Last updated: July 21, 2021 2:27 PM