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

Data Analysis

  • Everything about Charts in Excel
  • How to Use Solver Tool in Excel
  • How to create Gauge Chart in Excel
  • Excel Line Chart
  • Working With Tables in Excel

References

  • Left Lookup in Excel
  • Vlookup Examples in Excel
  • How to use Excel MATCH Function
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • How to get first row number in range in Excel

Data Validations

  • Excel Data validation unique values only
  • Excel Data validation date in next 30 days
  • Excel Data validation must not contain
  • Excel Data validation allow weekday only
  • Excel Data validation whole percentage only

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

  • How to use Excel NOT Function
  • How to use Excel FALSE Function
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel
  • IF, AND, OR and NOT Functions Examples in Excel

Date Time

  • How to join date and text together in Excel
  • Get week number from date in Excel
  • Sum through n months in Excel
  • Add days exclude certain days of week in Excel
  • Get days, hours, and minutes between dates in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • Categorize text with keywords in Excel
  • Map text to numbers in Excel
  • How to randomly assign people to groups in Excel
  • If cell contains one of many things in Excel

General

  • How to Delete Cells, Row and Rows in Excel
  • How to create dynamic named range with INDEX in Excel
  • Count cells less than in Excel
  • How to get original number from percent change in Excel
  • Check if multiple cells have same value with case sensitive in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning