Funcion de Excel

AGGREGATE

Performs aggregate calculations with ignore options.

AGGREGATE(function_num, options, array, [k])

Argumentos

function_num

Obligatorio

AGGREGATE operation code: 1=AVERAGE, 2=COUNT, 3=COUNTA, 4=MAX, 5=MIN, 6=PRODUCT, 7=STDEV.S, 8=STDEV.P, 9=SUM, 10=VAR.S, 11=VAR.P, 12=MEDIAN, 13=MODE.SNGL, 14=LARGE, 15=SMALL, 16=PERCENTILE.INC, 17=QUARTILE.INC, 18=PERCENTILE.EXC, 19=QUARTILE.EXC.

options

Obligatorio

Ignore options: 0/omitted=ignore nested SUBTOTAL/AGGREGATE, 1=ignore hidden rows + nested, 2=ignore errors + nested, 3=ignore hidden rows + errors + nested, 4=ignore nothing, 5=ignore hidden rows, 6=ignore errors, 7=ignore hidden rows + errors.

array

Obligatorio

Specify a reference range. You can drag or click start/end cells.

k

Opcional

Enter a numeric value.

Vista previa de practica

Use AGGREGATE to aggregate 売上 in column D with function_num 9. You can set ranges by dragging from the start cell to the end cell in the same argument field.

Formula correcta de ejemplo

=AGGREGATE(9, 0, D2:D8)

Practicar esta funcion

Preguntas frecuentes sobre AGGREGATE

Como usar AGGREGATE en Excel?

En esta pagina puedes revisar el objetivo de AGGREGATE, sus argumentos y ejemplos de practica.

Donde practicar AGGREGATE?

Usa el boton de practica al final de la pagina para comenzar ejercicios de AGGREGATE de inmediato.

Que argumentos pide AGGREGATE?

La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.