VLOOKUP VLOOKUP works by searching down the first column of a table to find a match. Once it locates that match, it retrieves data from the specified column of the same row. FORMULA: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) Step 1:LOOKUP VALUE The lookup value S elect the cell where you want the result to be and start the VLOOKUP formula by typing: STEP 2 : Table array Now Excel asks you to write the second argument into the VLOOKUP function: the table_array . This range must contain both the column you’re looking in and the column you want to return something from. Step 3: Column index number The third argument of the VLOOKUP syntax is the col_index_num (column index number). The colum...