Funcion de Excel

VLOOKUP

Looks up a value in the first column and returns matching value.

VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

Argumentos

lookup_value

Obligatorio

Enter the value you want to look up.

table_array

Obligatorio

Specify the full table range used for lookup.

col_index_num

Obligatorio

Enter the return column number in table_array (1-based).

range_lookup

Opcional

Set lookup behavior. FALSE = exact match, TRUE/omitted = approximate match (lookup range must be sorted ascending).

Vista previa de practica

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)

Practicar esta funcion

Preguntas frecuentes sobre VLOOKUP

Como usar VLOOKUP en Excel?

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

Donde practicar VLOOKUP?

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

Que argumentos pide VLOOKUP?

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