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

Data Analysis

  • How to do a t-Test in Excel?
  • How to calculate average last N values in a table in Excel
  • How to sum a total in multiple Excel tables
  • How to combine 2 or more chart types in a single chart in Excel
  • Conditional Formatting New Rule with Formulas in Excel

References

  • How to get address of named range in Excel
  • Perform case-sensitive Lookup in Excel
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Extract all partial matches in Excel
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions

Data Validations

  • How To Create Drop-down List in Excel
  • Excel Data validation exists in list
  • Excel Data validation only dates between
  • Excel Data validation date in next 30 days
  • Excel Data validation with conditional 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

  • How to use Excel AND Function
  • Extract multiple matches into separate rows in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel NOT Function

Date Time

  • How to get Weekdays, Working days between Two Dates in Excel
  • Get project end date in Excel
  • How to get number of days, weeks, months or years between two dates in Excel
  • Add workdays no weekends in Excel
  • Get day name from date in Excel

Grouping

  • Group numbers with VLOOKUP in Excel
  • Running count group by n size in Excel
  • Map text to numbers in Excel
  • Group arbitrary text values in Excel
  • Map inputs to arbitrary values in Excel

General

  • Subtotal invoices by age in Excel
  • How to create dynamic named range with INDEX in Excel
  • Basic error trapping example in Excel
  • How to calculate percent change in Excel
  • Select, Insert, Rename, Move, Delete Worksheets in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning