This tutorial demonstrates the versatile Microsoft Excel MIN function (versions 2007-2019), showcasing its use in finding the smallest value, handling conditional minimums, and highlighting the lowest number within a dataset. We'll also troubleshoot common errors.
Excel's MIN Function: Syntax and Examples
The MIN
function identifies the smallest numerical value within a specified range. Its syntax is straightforward: MIN(number1, [number2], ...)
where number1
is required, and subsequent numbers are optional. Up to 255 arguments are allowed, including numbers, cell references, arrays, and ranges. Text, logical values, and empty cells are ignored.
Example Scenarios:
-
Finding the Smallest Value: Given a column of inventory quantities, the formula
=MIN(B2:B8)
(or=MIN(366, 476, 398, 982, 354, 534, 408)
) directly returns the lowest quantity. Using a named range (Qty-in-stock
) simplifies the formula to=MIN(Qty-in-stock)
.
-
Identifying the Earliest Date: Similarly, finding the earliest date in a range uses
=MIN(B2:B8)
(or a named range likeDelivery-date
).
-
Determining the Absolute Minimum: To find the smallest absolute value (ignoring negative signs), combine
MIN
andABS
:{=MIN(ABS(A1:E12))}
, entered as an array formula (Ctrl Shift Enter).
Finding the Minimum Excluding Zeros
To find the smallest non-zero value, use an array formula combining MIN
and IF
: {=MIN(IF(B2:B15>0,B2:B15))}
, again entered with Ctrl Shift Enter.
Conditional Minimums
Finding the minimum based on criteria (e.g., lowest sales for a specific fruit) requires MIN
and IF
together in an array formula: {=MIN(IF(A2:A15=D2,B2:B15))}
, entered with Ctrl Shift Enter.
Highlighting the Smallest Number
Visually identifying the minimum value is easily achieved using Excel's conditional formatting:
- Go to Conditional Formatting > New Rule.
- Select "Format only top or bottom ranked values".
- Choose "Bottom" and set the rank to 1.
To exclude zeros from this highlighting, use a custom formula in conditional formatting: =B2=MIN(IF($B$2:$B$15>0,$B$2:$B$15))
.
Troubleshooting MIN Function Errors
- #VALUE!: Indicates an invalid argument, often a cell containing an error or a typo in a cell reference.
- #NUM!: Occurs when the calculated value is outside Excel's numerical limits.
- #DIV/0!: Results from division by zero.
- #NAME?: Usually caused by typos in function names or named ranges.
This comprehensive guide provides various methods for utilizing the MIN
function in Excel, covering basic usage, conditional applications, and error handling. Remember to use array formulas (Ctrl Shift Enter) where curly braces {}
are indicated.
The above is the detailed content of How to use MIN function in Excel. For more information, please follow other related articles on the PHP Chinese website!

This tutorial explains how to calculate the median of numerical data in Excel using the MEDIAN function. The median, a key measure of central tendency, identifies the middle value in a dataset, offering a more robust representation of central tenden

Master Google Sheets COUNTIF: A Comprehensive Guide This guide explores the versatile COUNTIF function in Google Sheets, demonstrating its applications beyond simple cell counting. We'll cover various scenarios, from exact and partial matches to han

This tutorial provides a comprehensive guide to sharing Excel workbooks, covering various methods, access control, and conflict resolution. Modern Excel versions (2010, 2013, 2016, and later) simplify collaborative editing, eliminating the need to m

This tutorial explores various methods for converting .xls files to .jpg images, encompassing both built-in Windows tools and free online converters. Need to create a presentation, share spreadsheet data securely, or design a document? Converting yo

This tutorial clarifies the function of Excel names and demonstrates how to define names for cells, ranges, constants, or formulas. It also covers editing, filtering, and deleting defined names. Excel names, while incredibly useful, are often overlo

This tutorial clarifies the distinction between standard deviation and standard error of the mean, guiding you on the optimal Excel functions for standard deviation calculations. In descriptive statistics, the mean and standard deviation are intrinsi

This Excel tutorial demonstrates how to calculate square roots and nth roots. Finding the square root is a common mathematical operation, and Excel offers several methods. Methods for Calculating Square Roots in Excel: Using the SQRT Function: The

Unlock the Power of Google Sheets: A Beginner's Guide This tutorial introduces the fundamentals of Google Sheets, a powerful and versatile alternative to MS Excel. Learn how to effortlessly manage spreadsheets, leverage key features, and collaborate


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Atom editor mac version download
The most popular open source editor

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version
Useful JavaScript development tools