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.
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 Serial | Location | Price | This is what I need-> Lowest Price by Product Serial for all Locations | |
001 | A | 10 | 10 | |
001 | B | 12 | 10 | |
001 | C | 14 | 10 | |
002 | A | 8 | 4 | |
002 | B | 6 | 4 | |
002 | C | 4 | 4 | |
003 | A | 12 | 12 | |
003 | B | 14 | 12 | |
003 | C | 18 | 12 |