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!
This tutorial explains what an Excel name is and shows you how to define a name for a cell, range, constant, or formula. You’ll also learn how to edit, filter, and delete defined names in Excel.
Excel names are a bit of a paradox: they’re one of the most useful features, but many people find them unnecessary or too technical. That’s because few users truly understand what Excel names can do. This tutorial will not only teach you how to create a named range in Excel but also show you how this feature can make your formulas easier to write, read, and reuse.
The only thing worse than wrong data in your spreadsheet is Empty Cells. If these blanks aren’t filled, they can cause problems when using formulas. I usually fill these empty cells with 0 or “NA”…
Few Excel Tips 1. CHANGE DIRECTION WHEN YOU PRESS ENTER Whenever you press enter, you must be thinking why my cell selection shifts down. Why it can’t go UP, Down, Left. Surprised This is very…
In this guide, you will learn how to use the NPV function in Excel to calculate the net present value of an investment and how to avoid common mistakes when using NPV in Excel.
While passwords in Excel help protect data, there are times when you may need to remove them to make changes, like modifying the workbook structure or editing data. This tutorial explains six methods to remove…
Microsoft Excel “DAY, MONTH, YEAR Functions” are date related functions helps to extract the Day, Month or Year from a Date.