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

Data Analysis

  • How To Create Pareto Chart in Excel
  • Excel Pie Chart
  • How To Load Analysis ToolPak in Excel
  • How to create dynamic reference table name in Excel
  • How to Create Column Chart in Excel

References

  • Find closest match in Excel
  • Two-column Lookup in Excel
  • To count total rows in a range in Excel
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Left Lookup in Excel

Data Validations

  • Excel Data validation don’t exceed total
  • Excel Data validation date in specific year
  • Data validation must not exist in list
  • Excel Data validation must not contain
  • Excel Data validation date in next 30 days

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

  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • IF with boolean logic in Excel
  • Nested IF function example in Excel
  • IFNA function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Convert Excel time to Unix time in Excel
  • Get last day of month in Excel
  • WORKDAY function: Description, Usage, Syntax, Examples and Explanation
  • Display Days until expiration date in Excel
  • Roll back weekday to Friday base on a particular date in Excel

Grouping

  • How to randomly assign people to groups in Excel
  • If cell contains one of many things in Excel
  • Running count group by n size in Excel
  • Group numbers with VLOOKUP in Excel
  • Map text to numbers in Excel

General

  • Cell References: Relative, Absolute and Mixed Referencing Examples
  • How to generate random number weighted probability in Excel
  • Automatically fill series of cells in Excel using AutoFill
  • How to test a range for numbers in Excel
  • Lock Cells in a Worksheet Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning