Como usar XLOOKUP en Excel?
En esta pagina puedes revisar el objetivo de XLOOKUP, sus argumentos y ejemplos de practica.
Modern lookup function with flexible matching.
XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found])lookup_value
ObligatorioEnter the value you want to look up.
lookup_array
ObligatorioSpecify the row/column range where the lookup key is searched.
return_array
ObligatorioSpecify the range to return when a match is found.
if_not_found
OpcionalSpecify the value returned when no match is found.
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")En esta pagina puedes revisar el objetivo de XLOOKUP, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de XLOOKUP de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.