Como usar HLOOKUP en Excel?
En esta pagina puedes revisar el objetivo de HLOOKUP, sus argumentos y ejemplos de practica.
Looks up a value in first row and returns matching value.
HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])lookup_value
ObligatorioEnter the value you want to look up.
table_array
ObligatorioSpecify the full table range used for lookup.
row_index_num
ObligatorioEnter the return row 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 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)En esta pagina puedes revisar el objetivo de HLOOKUP, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de HLOOKUP de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.