Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

Use the MIN function to detect the smallest value in a column

In this example, we will be determining the smallest value in a single column. To do this, we will need to use the MIN function is used. This function returns the smallest value in a set of values. The syntax is described in our previous article.

How to determine the smallest value in a column:

  1. In column A, type any values down to cell A10.
  2. Select cell B1 and type the following formula: =MIN(A:A).
  3. Press <Enter>.

Use the MIN function to detect the smallest value in a column

To determine the smallest value in a row, such as the smallest value in the first row, use the formula =MIN(1:1). To get the smallest value of the first three rows, use the following function: =MIN(1:3).

Use the MIN function to detect the smallest value in a column
  1. Use the SMALL function to find the smallest values in Excel
  2. Use the MIN function to find the employee with the lowest sales
  3. Use the ISODD and COLUMN functions to determine odd columns
  4. How to Use the ISODD and ROW functions to determine odd rows
  5. Identify missing numbers in a consecutive list using Excel

Leave a Reply