Como usar AGGREGATE en Excel?
En esta pagina puedes revisar el objetivo de AGGREGATE, sus argumentos y ejemplos de practica.
Performs aggregate calculations with ignore options.
AGGREGATE(function_num, options, array, [k])function_num
ObligatorioAGGREGATE 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
ObligatorioIgnore 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
ObligatorioSpecify a reference range. You can drag or click start/end cells.
k
OpcionalEnter a numeric value.
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)En esta pagina puedes revisar el objetivo de AGGREGATE, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de AGGREGATE de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.