Funcion de Excel

MATCH

Returns relative position of lookup value in a range.

MATCH(lookup_value, lookup_array, [match_type])

Argumentos

lookup_value

Obligatorio

Enter the value you want to look up.

lookup_array

Obligatorio

Specify the row/column range where the lookup key is searched.

match_type

Opcional

Set MATCH behavior: 0 = exact, 1/omitted = largest value less than or equal (ascending), -1 = smallest value greater than or equal (descending).

Vista previa de practica

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)

Practicar esta funcion

Preguntas frecuentes sobre MATCH

Como usar MATCH en Excel?

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

Donde practicar MATCH?

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

Que argumentos pide MATCH?

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