The MIN function, one of Excels statistical functions, is used to find the smallest value in a given list of arguments.
Related article: Excel 2007 MIN Function
The syntax for the MIN function is:
=MIN ( argument1, argument2, ... argument30 )
Argument1, argument2, ... argument30 can be numbers, named ranges, arrays, or cell references. Up to 30 arguments can be entered.
Example Using Excel's MIN Function:
Note: For help with this example, see the image to the right.
- Enter the following data into cells C1 to C6: 114,165,178,143,130,167.
- Click on cell C7 - the location where the results will be displayed.
- Type =min( in cell C7.
- Select cells C1 to C6 with the mouse pointer.
- Type the closing bracket " ) " after the cell range in cell C7.
- Press the ENTER key on the keyboard.
- The answer 114 appears in cell C7.
- The complete function =MIN(C1:C6) appears in the formula bar.
Related Articles


