Excel - MAXA Function



MAXA Function

The Excel MAXA function will retrieve the immense value in a given list of data. The hidden qualities of the function is that it perform effectively with negative data. manages big arrays that consist of the non-numeric data points, allows you to declare upto 255 arguments, works efficiently with other excel functions to resolve complicated expressions.

The core difference between the MAXA and MAX functions. The MAX function excludes text and Boolean values, whereas the first version did not.

Compatibility

This advanced Excel function is compatible with the following versions of MS Excel.

  • Excel for Microsoft 365
  • Excel for Microsoft 365 for Mac
  • Excel for the web
  • Excel 2024
  • Excel 2024 for Mac
  • Excel 2021
  • Excel 2021 for Mac
  • Excel 2019
  • Excel 2016
  • Excel 2013
  • Excel 2010
  • Excel 2007

Syntax

The syntax of the MAXA function is as follows −

=MAXA(value1, [value2]...)

Arguments

You can use the following arguments with the MAXA function −

Argument Description Required / Optional
Value1 The first data item to identify the highest value Required
Value2... Other arguments range from 2 to 255 to retrieve the highest value. Optional

Points to Remember

  • You may define the following type of data in its arguments
  • Numeric values and its text depiction like “1” and “56”.
  • Boolean values like TRUE and FALSE in a reference.
  • Arrays, Names, and Cell references that point to numbers.
  • If the error values are specified in the arguments, then the MAXA function yields the same error.
  • If the cell reference points to text values only, then the MAXA function returns zero.
  • If you wish to play with the dataset that contains the numeric values to fetch the highest values, then utilize the MAX function.
  • If the arguments comprise cell references or an array of mixed data types. Then, the text values and blank cells are excluded while computing the MAXA function.
  • You might directly provide the numbers’s text depiction and Boolean values into the arguments list that are countable by the MAXA function.

Examples of MAXA Function in Excel

Practice the following examples to get the master proficiency in the MAXA function in Excel.

Example 1: How to use the MAXA Function in Excel?

In this example, the task to imply the MAXA function to get the maximum value from the list of the Boolean and decimal numbers.

Solution

Step 1 − First, the sample dataset consists of the decimal number and logical values displayed in the range C2:C8.

MAXA Function in Excel

Step 2 − After that, select the cell C2 and write the formula =MAXA(B2:B7) and hit the Enter tab.

MAXA Function in Excel 1

Therefore, the MAXA function returns 1. This function computes Logical values like TRUE as 1 and FALSE as 0.

Example 2

In this example, the various problem statements will be solved using the MAXA function.

What value will the MAXA function return if given the values -.02, -.07, -.09, and na?

Solution

First, navigate to Sheet2 and enter the data in the cell range B2:B5. Then, double-click on the B6 cell and type the formula =MAXA(B2:B5).

MAXA Function in Excel 2

After that, hit the Enter tab to obtain the resulting value.

MAXA Function in Excel 3

Therefore, the MAXA function yields the same error that is #N/A which is specified in the given list of cell range. To eliminate this error, you can modify the error value to get an accurate result.

Download Practice Sheet

You can download and use the sample data sheet to practice the MAXA function.

Advertisements