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 guide explains the basics of Excel’s Advanced Filter and shows you how to use it to find records that match one or more complicated conditions.
If you’ve read our previous guide, you know that Excel’s regular filter offers different options for filtering text, numbers, and dates. These options work well for many situations, but not all. When the regular filter isn’t enough, you can use the Advanced Filter to set up custom criteria that fit your exact needs.
Excel’s Advanced Filter is especially useful for finding data based on two or more complex conditions. For example, you can use it to find matches and differences between two columns, filter rows that match another list, or find exact matches with the same uppercase and lowercase letters.
Advanced Filter is available in all Excel versions from 365 to 2003. Click the links below to learn more.
This video will help you to understand how you may use conditional formatting to highlight row based on conditions. Subscribe us for more updates
In this tutorial, you’ll learn what an Excel array formula is, how to enter it properly, and how to use array constants and array functions.
Array formulas are a very powerful tool in Excel, allowing you to do multiple calculations with a single formula. One array formula can replace many regular formulas. However, most users—around 90%—have never used them because they seem intimidating to learn.
Array formulas are known to be one of the trickiest Excel features to understand. The goal of this tutorial is to make learning them as easy and simple as possible
Generate Random Numbers in Excel Using RAND We have got many instances where we needed to generate a random database or values. Rand function is very useful for the users who creates random database for…
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.
Group worksheets in Excel makes it easier to manage a big workbook. This feature allows you to treat multiple worksheets as one, helping you perform identical tasks like formatting or data entry across several sheets…