ElyxAI
formulas

How to Find Minimum Value

Excel 2016Excel 2019Excel 365Excel Online

Learn to use the MIN function to quickly find the smallest value in a dataset. This essential formula identifies minimum values across ranges, columns, or multiple criteria, saving time in data analysis, budget tracking, and performance reporting. Master this skill to make data-driven decisions efficiently.

Why This Matters

Finding minimum values is critical for identifying cost-saving opportunities, performance bottlenecks, and risk assessment in business analytics. It automates manual comparison tasks and ensures accuracy in decision-making.

Prerequisites

  • Basic understanding of Excel cell references and ranges
  • Familiarity with the formula bar and how to enter formulas

Step-by-Step Instructions

1

Open your Excel workbook

Launch Excel and open the file containing your data. Ensure your numerical values are organized in a single column or range.

2

Click on the target cell

Select the cell where you want the minimum value result to appear. This is typically in an empty cell below or beside your data.

3

Enter the MIN formula

Type =MIN(range) in the formula bar, replacing 'range' with your actual cell range (e.g., =MIN(A1:A10) or =MIN(B2:B50)).

4

Press Enter to execute

Hit Enter to calculate the formula. Excel will instantly display the smallest value from your selected range.

5

Copy the formula if needed

To apply MIN to multiple ranges, copy the cell and paste it to new locations, or use absolute references ($) if adapting the formula.

Alternative Methods

Using MINIFS for conditional minimum

Use =MINIFS(min_range, criteria_range, criteria) to find the minimum value based on specific conditions. This is ideal when you need minimum values matching particular criteria.

Combining MIN with other functions

Nest MIN within IF or AGGREGATE functions for advanced filtering. This allows you to exclude zeros, errors, or hidden rows from your minimum calculation.

Tips & Tricks

  • Use absolute references (e.g., =MIN($A$1:$A$10)) when copying formulas to prevent range shifts.
  • MIN ignores empty cells and text automatically, but includes zero values—account for this in your analysis.
  • Combine MIN with other functions like ROW or MATCH to find not just the value, but its location in the spreadsheet.

Pro Tips

  • Use =MIN(A:A) to find the minimum of an entire column without specifying exact range limits, ideal for dynamic data.
  • Pair MIN with conditional formatting to visually highlight the minimum value in your dataset using Home > Conditional Formatting > Highlight Cell Rules.
  • For multiple ranges, use =MIN(A1:A10,C1:C10,E1:E10) to find the overall minimum across non-adjacent areas.

Troubleshooting

Formula returns #VALUE! error

Check that your range contains only numbers or empty cells. Remove any text, spaces, or formatting that might interfere. Use Find & Replace (Ctrl+H) to clean data.

MIN shows 0 when you expect a larger number

Your range likely contains a zero value. If you need to exclude zeros, use =MINIFS(range, range, ">0") instead of MIN.

Formula shows #NAME? error

This indicates Excel doesn't recognize the function name. Ensure you've typed MIN correctly (not MIN or MAN), and check your formula syntax.

Related Excel Formulas

Frequently Asked Questions

Can MIN work with multiple non-adjacent ranges?
Yes, use =MIN(A1:A10,C1:C10,E1:E10) to find the minimum across multiple separate ranges. Simply separate each range with a comma.
Does MIN include hidden rows?
Yes, MIN includes hidden rows by default. If you want to exclude them, use the AGGREGATE function instead: =AGGREGATE(15,5,A1:A10) where 15 is the MIN function code and 5 excludes hidden rows.
What's the difference between MIN and MINIFS?
MIN finds the smallest value in a range, while MINIFS finds the smallest value based on specified criteria. Use MINIFS when you need conditional logic—for example, the minimum sales amount for a specific region.
Can I use MIN with dates?
Yes, MIN works with dates since Excel stores them as numbers. =MIN(A1:A10) will return the earliest date in your range.

This was one task. ElyxAI handles hundreds.

Sign up