Funcion de Excel

XLOOKUP

Modern lookup function with flexible matching.

XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found])

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.

return_array

Obligatorio

Specify the range to return when a match is found.

if_not_found

Opcional

Specify the value returned when no match is found.

Vista previa de practica

Use XLOOKUP to Modern lookup function with flexible matching. You can set ranges by dragging from the start cell to the end cell in the same argument field.

Formula correcta de ejemplo

=XLOOKUP(B2, B2:B8, D2:D8, "N/A")

Practicar esta funcion

Preguntas frecuentes sobre XLOOKUP

Como usar XLOOKUP en Excel?

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

Donde practicar XLOOKUP?

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

Que argumentos pide XLOOKUP?

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