vlookup
VLOOKUP is a widely used function in spreadsheet software for retrieving data from a table by matching a value in the first column. It is a standard feature in Microsoft Excel and Google Sheets, and is commonly taught as a basic data retrieval tool.
Syntax: VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]). The function searches for lookup_value in the leftmost column of table_array.
Notes: The value returned comes from a column to the right of the lookup column; col_index_num must
Limitations and alternatives: VLOOKUP can be slow on very large datasets and cannot look to the left
Common uses include retrieving prices, names, or statuses from a table by supplying a key such as