AGGREGATE function in MS EXCEL

Arunetw
1 min readJul 20, 2024

--

In Excel, the AGGREGATE function is a powerful tool that allows you to perform calculations on a range of data while ignoring hidden rows, error values, or other specified conditions. Here’s the syntax and usage of the AGGREGATE function:

AGGREGATE(function_num, options, ref1, [ref2], ...)
  • function_num: This argument specifies which function to use for aggregation. It is a number between 1 and 19 or between 101 and 111, depending on the function you want to use. The functions available include SUM, AVERAGE, COUNT, MAX, MIN, etc. You can find the complete list in Excel’s documentation.
  • options: This argument specifies which values to ignore in the calculation. It is a number between 0 and 7 or between 9 and 13. Commonly used options include ignoring hidden rows (2), error values (6), or both (7).
  • ref1, [ref2], ...: These are the references to the ranges or arrays you want to aggregate. You can specify up to 255 ranges or arrays.

https://aashancompedu.blogspot.com/2024/07/aggregate-function-in-ms-excel.html

--

--

Arunetw
Arunetw

Written by Arunetw

0 Followers

Provide Basic Knowledge of Computer , Its Parts and Function

No responses yet