MIN function is used to get the smallest number in range or list of values.
Below is the MIN formula in Excel.
=MIN(number1,[number2],...)
number1 argument is required argument where we can give range or value
[number2] argument is optional argument where we can give another range or value
… refers that, we can add multiple range or values by separating them with comma ( , )
The MIN function in Excel is very easy to use. Let us understand the working of the MIN function in some examples.
As we can see by applying the formula we got the Minimum score. The result is 25.
The Excel function ignores empty value cells and result is 25. But MINA Value will be 1 as shown above.
if we provide a logical value, the function will ignore it and will give the same result, but MINA will consider it, as shown above:
– Function will only consider numeric values while evaluating the smallest value
– Multiple ranges can be applied in function by separating them with a comma (,)
– Text/ Spaces will be ignored by the function
– If No values in the range or list of values (i.e. number argument) then the output will return as 0 (zero)
Hope you learned this Function,
Don’t forget to leave your valuable comments!
Blank rows in Excel can be a real hassle, making it harder to move around and work with your data. But don’t worry—there are plenty of easy ways to get rid of these unwanted rows….
SUM Function in Excel Excel is a mathematical spreadsheet where you can perform multiple calculations with the help of Excel Formulas. These are automated formulas which refreshes automatically once you refresh your data in a…
Microsoft Excel helps you organize and work with data in many ways. When you have a lot of information or need to break it into parts, splitting cells is very useful. Splitting cells means taking the content of one cell and dividing it into multiple cells. This can be especially helpful for separating names, addresses, or other data that are combined in one cell. Learn how to split cells in Excel using its built-in functions and formulas.
What is Excel Tables? Excel tables organize data into rows and columns with special features like unique names for columns, easy-to-use formulas, automatic formatting, and simple sorting and filtering. They make data management and analysis…
Microsoft Excel “DAY, MONTH, YEAR Functions” are date related functions helps to extract the Day, Month or Year from a Date.
Excel Function- WORKDAY.INTL WORKDAY.INTL function is an advanced version of WORKDAY function with additional advantage of “Custom weekend options” For Example, with WORKDAY function weekends are treated as “Saturday and Sundays” however if you need…