Excel MAXA Function
If you want to follow along with this tutorial, please download the example spreadsheet.
Description
The Excel MAXA function returns the largest value in the supplied set of values. MAXA function ignores empty cells. But different from MAX function, MAXA function counts text or logical value FALSE as 0 and logical value TRUE as 1.
Syntax and arguments
Formula syntax
Arguments
|
Return Value
The MAXA function returns the largest numeric value.
Remark
1. Arguments can either be numbers, names, arrays, or references that contain values.
2. Empty cells areignored by MAXA function
3. Logical value FALSE and text value are counted as 0 by MAXA function, logical value TRUE is counted as 1 by MAXA function.
4. If there are all empty values in arguments, MAX function returns 0.
Version
Excel 2003 or later
Usage and Examples
Example: find the largest value in each row
Here is a table in range B4:D8, to find the largest value in each row of the table, please select a cell, supposing F4, and copy or directly type the below formula:
=MAXA(B4,C4,D4)
Press Enter key to get the first max value in the first row, and drag autofill handle down to F8 to get the max value in each row.
If you just use the formula once, you can directly type numbers in MAXA function:
=MAXA(1,24,5)
Relative Functions:
Excel MAX Function
The Excel MAX functionreturns the largest value in the supplied set of values (ignores logical values).
Excel RANDBETWEEN Function
The RANDBETWEEN function returns a random number between two given numbers.
Excel ROMAN Function
The ROMAN function converts a number to a roman number in text.
Excel ROUND Function
The Excel ROUND function rounds a number to a specified number of digits.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.