Funcion de Excel

HLOOKUP

Looks up a value in first row and returns matching value.

HLOOKUP(lookup_value, table_array, row_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.

row_index_num

Obligatorio

Enter the return row 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 HLOOKUP to Looks up a value in first row 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

=HLOOKUP(B2, B2:D5, 2, FALSE)

Practicar esta funcion

Preguntas frecuentes sobre HLOOKUP

Como usar HLOOKUP en Excel?

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

Donde practicar HLOOKUP?

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

Que argumentos pide HLOOKUP?

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