Funcion de Excel

XMATCH

Enhanced MATCH with additional matching/search options.

XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])

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_mode

Opcional

XMATCH/XLOOKUP match mode: 0 = exact, -1 = exact or next smaller, 1 = exact or next larger, 2 = wildcard match.

search_mode

Opcional

XMATCH/XLOOKUP search mode: 1 = first-to-last, -1 = last-to-first, 2 = binary ascending, -2 = binary descending.

Vista previa de practica

Use XMATCH to Enhanced MATCH with additional matching/search options. You can set ranges by dragging from the start cell to the end cell in the same argument field.

Formula correcta de ejemplo

=XMATCH(B2, B2:B8, 0, 1)

Practicar esta funcion

Preguntas frecuentes sobre XMATCH

Como usar XMATCH en Excel?

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

Donde practicar XMATCH?

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

Que argumentos pide XMATCH?

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