Como usar MATCH en Excel?
En esta pagina puedes revisar el objetivo de MATCH, sus argumentos y ejemplos de practica.
Returns relative position of lookup value in a range.
MATCH(lookup_value, lookup_array, [match_type])lookup_value
ObligatorioEnter the value you want to look up.
lookup_array
ObligatorioSpecify the row/column range where the lookup key is searched.
match_type
OpcionalSet MATCH behavior: 0 = exact, 1/omitted = largest value less than or equal (ascending), -1 = smallest value greater than or equal (descending).
Use MATCH to Returns relative position of lookup value in a range. You can set ranges by dragging from the start cell to the end cell in the same argument field.
Formula correcta de ejemplo
=MATCH(B2, B2:B8, 0)En esta pagina puedes revisar el objetivo de MATCH, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de MATCH de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.