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

Data Analysis

  • Excel Pie Chart
  • How to sum a total in multiple Excel tables
  • How To Sort One Column or Multiple Columns in Excel
  • Excel Line Chart
  • How To Filter Data in Excel

References

  • How to get address of first cell in range in Excel
  • How to use Excel COLUMN Function
  • How to use Excel MATCH Function
  • How to get last column number in range in Excel
  • MATCH function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Excel Data validation must not contain
  • Excel Data validation number multiple 100
  • Excel Data validation don’t exceed total
  • Data validation must not exist in list
  • Excel Data validation unique values 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.

Worked Example:   Highlight numbers that include symbols in Excel

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.

Worked Example:   How to count total words in a cell in Excel

Post navigation

Previous Post:

Weighted average in Excel

Next Post:

Win loss points calculation 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 TRUE Function
  • How to use Excel NOT Function
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • Complete List of Excel Logical Functions, References and Examples
  • Extract multiple matches into separate rows in Excel

Date Time

  • How to calculate months between dates in Excel
  • WEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • WORKDAY function: Description, Usage, Syntax, Examples and Explanation
  • Get age from birthday in Excel
  • Generate series of dates by weekends in Excel

Grouping

  • Running count group by n size in Excel
  • Group times into unequal buckets in Excel
  • Group times into 3 hour buckets in Excel
  • Categorize text with keywords in Excel
  • Calculate conditional mode with criteria in Excel

General

  • Count cells that do not contain errors in Excel
  • How to set or clear a print area in Excel Worksheet
  • Subtotal by invoice number in Excel
  • Spell Check in Excel
  • Basic numeric sort formula in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning