AGGREGATE function
In Excel, the AGGREGATE function is used to perform various
calculations on a range of cells, such as finding the sum, average, minimum,
maximum, or median value.
The AGGREGATE function has two arguments:
- Function_num:
This is a required argument that specifies the type of calculation to be
performed. It can be a number between 1 and 19 or between 21 and 23. Each
number represents a different calculation, such as sum, average, minimum,
maximum, etc.
- Options:
This is an optional argument that specifies additional options for the
function, such as ignoring errors or hidden rows.
The syntax for the AGGREGATE function is as follows:
AGGREGATE(function_num, options, array)
Here's an example of how to use the AGGREGATE function to
find the average of a range of cells:
=AGGREGATE(1, 0, A1:A10)
In this example, the function_num argument is set to 1,
which represents the AVERAGE function. The options argument is set to 0, which
means no additional options are selected. The array argument specifies the
range of cells to be averaged, which is A1:A10.
Comments
Post a Comment