How to Use the MIN Function in Excel

Just as the MAX function helps you find the highest number in a dataset, the MIN function is designed to identify the lowest value. In Microsoft Excel, locating the lowest sales figure, the cheapest supplier, or the minimum inventory level is essential for effective data analysis and decision-making.

What is the MIN Function?

The MIN function is a core statistical tool in Excel that scans a selected range of cells and returns the smallest number. It ignores blank cells, text strings, and logical values. This means you do not need to clean your dataset perfectly before running the formula; Excel will automatically bypass non-numeric entries.

Step-by-Step: Using the MIN Function

Deploying the MIN function requires only a few clicks once your data is ready.

  1. Click on the empty cell where you want the lowest value to be displayed.
  2. Begin your formula by typing the equals sign, the function name, and an open parenthesis: =MIN(
  3. Select the range of data. You can click and drag over the cells you want to evaluate (e.g., column C) or type the range manually, such as C2:C100.
  4. Type a closing parenthesis ) and press Enter.
  5. The cell will instantly populate with the lowest number found in that range.

Advanced Usage: Multiple Ranges and Hardcoded Numbers

The MIN function is flexible and can evaluate multiple distinct ranges or specific numbers simultaneously.

  • Evaluating non-adjacent columns: If you need to find the lowest price across two different supplier columns, separate the ranges with a comma: =MIN(C2:C50, F2:F50).
  • Setting a floor limit: You can compare a range against a static number. For example, =MIN(C2:C10, 100). If the lowest number in the range is 150, the formula will return 100, effectively acting as a baseline cap.

Troubleshooting Common Mistakes

If the MIN function returns an unexpected result, such as zero or a number that is not actually the lowest in your dataset, investigate the following:

  • Numbers formatted as text: This is the most common error. If a cell contains a number but is formatted as text (often indicated by a green triangle in the top-left corner), the MIN function ignores it. Highlight the cells, click the warning icon, and choose Convert to Number.
  • Hidden rows returning results: The MIN function evaluates all cells within the specified range, even if you have applied a filter that hides certain rows. If you only want to find the minimum value of the visible, filtered cells, you must use the SUBTOTAL function instead (specifically, =SUBTOTAL(105, range)).

By integrating the MIN function into your regular workflow, you can quickly extract vital insights from large datasets without manual sorting.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.