Como usar LOOKUP en Excel?
En esta pagina puedes revisar el objetivo de LOOKUP, sus argumentos y ejemplos de practica.
Performs vector lookup in sorted data.
LOOKUP(lookup_value, lookup_vector, [result_vector])lookup_value
ObligatorioEnter the value you want to look up.
lookup_vector
ObligatorioSpecify a reference range. You can drag or click start/end cells.
result_vector
OpcionalSpecify a reference range. You can drag or click start/end cells.
Use LOOKUP to Performs vector lookup in sorted data. You can set ranges by dragging from the start cell to the end cell in the same argument field.
Formula correcta de ejemplo
=LOOKUP(B2, B2:B8, D2:D8)En esta pagina puedes revisar el objetivo de LOOKUP, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de LOOKUP de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.