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

Data Analysis

  • How To Sort One Column or Multiple Columns in Excel
  • Calculate Conditional Percentile ‘IF’ in table in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • How to do a t-Test in Excel?
  • Use Data Form to input, edit and delete records in Excel

References

  • How to get address of named range in Excel
  • Extract all partial matches in Excel
  • Convert text string to valid reference in Excel using Indirect function
  • How to calculate two-way lookup VLOOKUP in Excel Table
  • Merge tables with VLOOKUP in Excel

Data Validations

  • Data validation must not exist in list
  • Excel Data validation exists in list
  • Excel Data validation only dates between
  • Excel Data validation don’t exceed total
  • Excel Data validation no punctuation

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

  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • IF with boolean logic in Excel
  • OR function Examples in Excel
  • How to use Excel TRUE Function
  • IF function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to calculate months between dates in Excel
  • Add days to date in Excel
  • Add decimal hours to time in Excel
  • Get day name from date in Excel
  • SECOND function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group numbers with VLOOKUP in Excel
  • Calculate conditional mode with criteria in Excel
  • How to randomly assign people to groups in Excel
  • Categorize text with keywords in Excel
  • Group numbers at uneven intervals in Excel

General

  • Print Excel Sheet In Landscape Or Portrait
  • Index and match on multiple columns in Excel
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
  • Find, Trace and Correct Errors in Excel Formulas using ‘Formula Auditing’
  • How to calculate total from percentage in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning