MinIfs Formula (or alternative approach) to find the lowest value per row based on 2 criteria

Ben AFF

Board Regular
Joined
Sep 21, 2023
Messages
54
Office Version
  1. 365
Platform
  1. Windows
Hi All, I need help please with a formula to find the lowest value for a given number of rows based on 2 criteria and then calculate the % difference.
The lowest value needs to be calculated for each row with 2 criteria.
To illustrate my data is structured as follows.
In the last column the lowest value should be calculated for each Product Serial and the different locations.

I have try a combination of minif formula approaches but none of them did work.

Appreciate please your help. Thank you.

Product SerialLocationPriceThis is what I need->
Lowest Price by Product Serial for all Locations
001A1010
001B1210
001C1410
002A84
002B64
002C44
003A1212
003B1412
003C1812
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Like this?
You did mention 2 criteria but your sample seems to only use 1. :confused:

24 02 20.xlsm
ABCD
1Product SerialLocationPriceLowest Price by Product Serial for all Locations
21A1010
31B1210
41C1410
52A84
62B64
72C44
83A1212
93B1412
103C1812
MINIFS
Cell Formulas
RangeFormula
D2:D10D2=MINIFS(C$2:C$10,A$2:A$10,A2)
 
Upvote 0
Solution
You're welcome. Thanks for the confirmation. :)
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top