Como usar SUBTOTAL en Excel?
En esta pagina puedes revisar el objetivo de SUBTOTAL, sus argumentos y ejemplos de practica.
Returns a subtotal with specified aggregate function.
SUBTOTAL(function_num, ref1, [ref2], ...)function_num
ObligatorioSUBTOTAL 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. Use 101-111 for the same operations while excluding manually hidden rows.
ref1
ObligatorioSpecify a reference range. You can drag or click start/end cells.
Use SUBTOTAL to calculate a subtotal for 売上 in column D using 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
=SUBTOTAL(9, D2:D8)En esta pagina puedes revisar el objetivo de SUBTOTAL, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de SUBTOTAL de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.