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

Data Analysis

  • Excel Line Chart
  • Chart Axes in Excel
  • How to create running total in an Excel Table
  • How to create Gauge Chart in Excel
  • Subtotal function in Excel

References

  • How to use Excel MATCH Function
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • How to use Excel OFFSET function
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Prevent invalid data entering in specific cells
  • Excel Data validation date in specific year
  • Excel Data validation specific characters only
  • Excel Data validation must begin with
  • Excel Data validation require unique number

Larger of two values in Excel

by

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

Formula

=MAX(value1,value2)

Explanation

To get the larger, or greater, of two values, you can use the MAX function. In the example shown, the formula in D5 is:

=MAX(B5,C5)

How this formula works

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

=MAX(B5,C5)

and MAX returns the larger value.

Elegant alternative to IF

The MAX 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 MAX 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 OR Function
  • How to use Excel FALSE Function
  • IF with boolean logic in Excel
  • Complete List of Excel Logical Functions, References and Examples
  • Extract multiple matches into separate rows in Excel

Date Time

  • How to calculate future date say 6 months ahead in Excel
  • Get work hours between dates custom schedule in Excel
  • Convert text timestamp into time in Excel
  • Generate series of dates by weekends in Excel
  • Series of dates by day

Grouping

  • Group numbers at uneven intervals in Excel
  • How to randomly assign data to groups in Excel
  • Map inputs to arbitrary values in Excel
  • If cell contains one of many things in Excel
  • Group times into 3 hour buckets in Excel

General

  • Index and match on multiple columns in Excel
  • Print Excel Sheet In Landscape Or Portrait
  • How to create dynamic worksheet reference in Excel
  • How to fill cell ranges with random text values in Excel
  • Find, Trace and Correct Errors in Excel Formulas using ‘Formula Auditing’
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning