Ba Sheet 7
Ba Sheet 7
Syntax:VLOOKUP(lookup_value, table_array,
col_index_num, [range_lookup])
lookup_value: The value you want to search
for.table_array: The range of cells containing the data
you want to search.col_index_num: The column
number in the table from which to retrieve the value
(counting from the leftmost column).[range_lookup]:
An optional argument where you specify whether you
want an approximate match (TRUE) or an exact match
(FALSE). If omitted, it defaults to TRUE (approximate
match).Example: If you have a table with product IDs in
the first column and prices in the second column, and
you want to find the price of a product with a specific ID,
you can use VLOOKUP