Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How To Compare Two Lists in Excel
  • How to create a Histogram in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • Conditional Formatting Icon Sets Examples in Excel
  • Conditional Formatting Rules in Excel

References

  • How to get last row in text data in Excel
  • How to use Excel VLOOKUP Function
  • How to get first row number in range in Excel
  • How to use Excel OFFSET function
  • How to retrieve first match between two ranges in Excel

Data Validations

  • Prevent invalid data entering in specific cells
  • Excel Data validation whole percentage only
  • Excel Data validation no punctuation
  • How To Create Drop-down List in Excel
  • Data validation must not exist in list

Smaller of two values in Excel

by

This tutorial shows how to calculate Smaller of two values in Excel using the example below;

To get the smaller, or lesser, of two values, you can use the MIN function.

Formula

=MIN(value1,value2)

Explanation

In the example shown, the formula in D5 is:

=MIN(B5,C5)

How this formula works

The MIN function is fully automatic – it returns the smallest value in the numbers provided. In this case, we give MIN function two values:

=MIN(B5,C5)

and MIN returns the smaller value.

Elegant alternative to IF

The MIN function can be a compact and elegant replacement for the IF function. For example, the formula above can be written with IF like so:

=IF(B5<=C5,B5,C5)

However, the MIN version is 6 characters shorter (11 vs. 17), and contains no redundant references, so it is less prone to errors.

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon In Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Check multiple cells are equal in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • Complete List of Excel Logical Functions, References and Examples
  • How to use Excel FALSE Function

Date Time

  • How to calculate nth day of week in month in Excel
  • How to calculate quarter from date in Excel
  • Add workdays to date custom weekends in Excel
  • Add business days to date in Excel
  • Convert Excel time to Unix time in Excel

Grouping

  • Group arbitrary text values in Excel
  • Group times into 3 hour buckets in Excel
  • Map inputs to arbitrary values in Excel
  • How to randomly assign people to groups in Excel
  • Group times into unequal buckets in Excel

General

  • Automatically fill series of cells in Excel using AutoFill
  • How to generate random number weighted probability in Excel
  • How to calculate profit margin percentage in Excel
  • Subtotal by invoice number in Excel
  • How to fill cell ranges with random text values in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning