Como usar VLOOKUP en Excel?
En esta pagina puedes revisar el objetivo de VLOOKUP, sus argumentos y ejemplos de practica.
Looks up a value in the first column and returns matching value.
VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])lookup_value
ObligatorioEnter the value you want to look up.
table_array
ObligatorioSpecify the full table range used for lookup.
col_index_num
ObligatorioEnter the return column number in table_array (1-based).
range_lookup
OpcionalSet lookup behavior. FALSE = exact match, TRUE/omitted = approximate match (lookup range must be sorted ascending).
Use VLOOKUP to Looks up a value in the first column and returns matching value. You can set ranges by dragging from the start cell to the end cell in the same argument field.
Formula correcta de ejemplo
=VLOOKUP(B2, B2:D8, 3, FALSE)En esta pagina puedes revisar el objetivo de VLOOKUP, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de VLOOKUP de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.