To find the minimum numerical value in a list, based on a criteria, we can use the MIN function along with the If function in Excel 2010.
MIN: This function is used to return the smallest number in a set of values. It ignores logical values and text.
Syntax of “MIN” function: =MIN(number1, [number2],….)
Example: Range A1:A4 contains a list of numbers from which we need to find the minimum number.
Follow the below given steps:-
IF: - Check whether a condition is met and returns one value if True and another value if False.
The syntax of “IF” function =if(logical test,[value_if_true],[value_if_false])
First the formula will do the logical test, and then return the output based on whether the logical test evaluates to true or false.
For example:Cells A2 and A3 contain the number 3 and 5. If the number is 3, the formula should return “Yes” else “No”.
=IF (A1=3,"Yes","No")
Let’s take an example to understand how we can find the minimum numerical value in a list based on certaincriteria.
We have data for certain items in range A2:D24. Column A contains items, Column B contains zone and column C contains sold unit.
We need to find the minimum sold quantity zone wise for each item.
Follow the below given steps:-
Note: This is an array function, hence you cannot paste the formula in multiple cells. You will have to paste the formula one by one in each cell.
This is the way we can find out the minimum number in the list based on certain criteria in Microsoft Excel 2010 and 2013.
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.
I would like to use this formula but in a way that it should fit a value in list between max and minimum.