Vlookup
Vlookup
❮ PreviousNext ❮
VLOOKUP Function
The VLOOKUP function is a premade function in Excel, which allows searches
across columns.
Note: The column which holds the data used to lookup must always be to the left.
Note: The different parts of the function are separated by a symbol, like
comma , or semicolon ;
Col_index_num: The data which is being looked up. The input is the number of
the column, counted from the left:
Range_lookup: TRUE if numbers (1) or FALSE if text (0).
Use the VLOOKUP function to find the Pokemon names based on their ID#:
H4 is where the search result is displayed. In this case, the Pokemons names
based on their ID#.
H3 selected as lookup_value.. This is the cell where the search query is entered.
In this case the Pokemons ID#
ID#.
The range of the table is marked at table_array, in this example A2:E21.
The number 2 is entered as col_index_number
col_index_number.. This is the second column from
the left and is the data that is being looked up.