Table of Contents
- ้ฆ้กต
- Excel Functions Guide & Examples
- Math & Statistical Functions
- How to Use MAXIFS in Excel
How to Use MAXIFS Function in Excel
Complete guide to Excel's powerful multi-criteria maximum function with practical examples
Try MAXIFS Online
Test MAXIFS function directly in your browser - faster and easier than Excel
Drop Excel or CSV files here
MAXIFS Function Guide
Step-by-step instructions for using MAXIFS
Function Syntax
=MAXIFS(max_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
Steps to Use
Select the cell where you want the maximum value result
Start with =MAXIFS(
Select the range containing values to find the maximum from (e.g., D2:D100)
Select the first criteria range (e.g., A2:A100)
Enter the first criteria (e.g., "East" or ">1000")
Add more criteria ranges and conditions as needed (each in pairs)
Press Enter to complete the formula
Use Cases
Sales Analysis
Find highest sales figures by region, product category, or time period
Performance Tracking
Identify peak performance metrics under specific conditions
Inventory Management
Determine maximum stock levels for specific product categories
Tips & Notes
- 1Max range and all criteria ranges must be the same size (rows and columns)
- 2Text criteria must be enclosed in double quotes (e.g., "East")
- 3Numeric criteria can use comparison operators (e.g., ">5000", "<=100")
- 4Date criteria should use the proper format (e.g., ">="&DATE(2023,1,1))
- 5You can use wildcards (* for any sequence of characters, ? for any single character) in text criteria
- 6Criteria are combined with AND logic (all conditions must be met)
- 7Up to 126 criteria pairs (range and condition) can be used
- 8MAXIFS ignores text values, logical values, and empty cells in the max_range
- 9For OR logic, use multiple MAXIFS formulas with MAX function: =MAX(MAXIFS(...), MAXIFS(...))
Frequently Asked Questions about MAXIFS
Common questions and solutions for Excel MAXIFS function