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

Data Analysis

  • Randomize/ Shuffle List in Excel
  • Conditional Formatting Data bars Examples in Excel
  • How to Create Area Chart in Excel
  • How To Sort One Column or Multiple Columns in Excel
  • How to Create Column Chart in Excel

References

  • Last row number in range
  • How to get address of last cell in range in Excel
  • Extract all partial matches in Excel
  • How to use Excel ROW Function
  • Multi-criteria lookup and transpose in Excel

Data Validations

  • Excel Data validation exists in list
  • Excel Data validation must begin with
  • How To Create Drop-down List in Excel
  • Excel Data validation allow uppercase only
  • Excel Data validation don’t exceed total

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

  • Return blank if in Excel
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • OR function Examples in Excel
  • Not Equal To ‘<>‘ operator in Excel
  • How to use Excel XOR Function

Date Time

  • Series of dates by day
  • EOMONTH function: Description, Usage, Syntax, Examples and Explanation
  • MONTH function: Description, Usage, Syntax, Examples and Explanation
  • Convert date string to date time in Excel
  • Calculate time difference in hours as decimal value in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • Running count group by n size in Excel
  • Categorize text with keywords in Excel
  • How to randomly assign people to groups in Excel
  • Group times into 3 hour buckets in Excel

General

  • Count cells that do not contain many strings in Excel
  • Excel Operators
  • How to add sequential row numbers to a set of data in Excel
  • Split Cell Content Using Text to Columns in Excel
  • Create dynamic workbook reference to another workbook in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning