Presentation on
VLOOKUP & HLOOKUP
Presenting,
Md Khairul Hasan Khan
ID:2230404
What is VLOOKUP & HLOOKUP?
What is VLOOKUP? • What is HLOOKUP?
HLOOKUP stands for Horizontal Lookup and can
The VLOOKUP function is a premade be used to retrieve information from a table by
function in Excel, which allows searching a row for the matching data and
searches across column outputting from the corresponding column.
While VLOOKUP searches for the value in a
column, HLOOKUP searches for the value in a
It is typed =VLOOKUP row.
It is typed =HLOOKUP
It has the following parts:
It has the following parts:
=VLOOKUP(lookup_value, table_array, c =HLOOKUP(lookup_value, table_array,
ol_index_num, [range_lookup]) row_index_num, [range_lookup])
VLOOKUP
HLOOKUP