Syntax:
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Parameter list:
- Lookup value – the value to search for; for example, if you wish to search for the name John in another list, you will choose the cell with the name John.
- table array – the location of our search will undoubtedly be a collection of cells or a table in the same sheet, another sheet, or another workbook.
- col index num – the table column number from which to get a value. [Optional] range lookup TRUE Indicates a close match (default). FALSE denotes an exact match. Right now, the parameters appear to be complicated, but don’t worry, as I explain them with examples, you’ll see how simple they are.