Answer:
Step-by-step explanation:
Hello,
the logic is a below
=VLOOKUP(
lookup_value what you want to look up,
table_array where you want to look for it,
col_index_num the column index in the range containing the value to return,
range_lookup
is a TRUE or FALSE value. return an Approximate or Exact match
)
hope this helps