Como usar SORT en Excel?
En esta pagina puedes revisar el objetivo de SORT, sus argumentos y ejemplos de practica.
Sorts an array by specified index/order.
SORT(array, [sort_index], [sort_order], [by_col])array
ObligatorioSpecify a reference range. You can drag or click start/end cells.
sort_index
OpcionalEnter a numeric value.
sort_order
OpcionalEnter a numeric value.
by_col
OpcionalSpecify TRUE or FALSE.
Use SORT to Sorts an array by specified index/order. You can set ranges by dragging from the start cell to the end cell in the same argument field.
Formula correcta de ejemplo
=SORT(A2:D8, 4, -1, FALSE)En esta pagina puedes revisar el objetivo de SORT, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de SORT de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.