FAQ

Last updated:July 8, 2026

Common AGGREGATE questions usually fall into 3 areas: argument errors, unexpected results, and filling formulas across multiple cells.

FAQ

What should I do if AGGREGATE returns #VALUE!?

  1. Check whether the formula includes all required arguments, especially for forms that need an additional argument.
  2. Make sure the argument types are valid and that the numeric range does not contain incompatible text values.
  3. Confirm that you used English commas and matched parentheses correctly.

Why does the AGGREGATE result not match what I expected?

  1. Check whether the referenced range is correct and whether any cells were missed or selected by mistake.
  2. Review the options setting to confirm whether hidden rows or error values should be ignored.
  3. If needed, inspect the calculation step by step with formula evaluation tools.

How can I use AGGREGATE in multiple cells?

  1. Enter the full AGGREGATE formula in the first target cell.
  2. Drag the fill handle across the target range, or copy and paste the formula.
  3. After filling, check whether row or column references should be locked with $.

Glossary

TermDefinition
AGGREGATEAn aggregation function that can return statistics such as average, sum, or maximum from a data range, with options to ignore specific values.
function_numThe numeric argument that tells AGGREGATE which calculation to perform.
optionsThe argument that controls whether hidden rows, error values, or nested aggregates are ignored.
ref1The first referenced range or numeric argument used in the calculation.
Absolute referenceA reference that uses $ to lock a row number or column letter when a formula is copied.