Kornilios Ampatzis/ April 4, 2019/ Functions

The MIN functions returns the smallest number in a set of values.

If you need to get the second or third or n-th smallest number in a set of values then you should use the SMALL function.

The syntax of the MIN function is the following:

MIN(n1, [n2], …)

n1, n2, … : They are the numbers for which we want to find the minimum value. n1 is required, but all the other numbers are optional. There can be up to 255 different arguments

Empty cells, logical values, or text in the array or reference are ignored.

If there are no numbers in the arguments then the function returns the value 0.

If there are error values in the referenced cells of the arguments, that cannot be translated into numbers then the MIN function returns an error also.

Click on the button to practice using this function, with the help of our Online Assessment Tool:

Practice

Here are some examples of all the possible uses of MIN:

Use the appropriate function in the cell J4 to display the lowest value in the cell range D5:D10.

Enter in the cell E116 a function to calculate the minimum value of the cell range Ε3:Ε110.

In the cell E116 enter a function that calculates the minimum cost for the cell range E3:E110 and in the cell E117 another function that returns the maximum cost for the same cell range.

In the cell B1 of the Total worksheet insert the appropriate function to sum up the cells within the cell range A1:A10 from the FF1 worksheet through to the FF12 worksheet.
Insert in the cell B2 a function that returns the average of the respective cell range, in cell B3 for the minimum, in cell B4 for the maximum and in cell B5 for the total of cells displaying numbers, following the same pattern.

Share this Post