Loading suggested videos
D2
)F4
or Fn+F4
to lock the range.=VLOOKUP(D2,Table6,...)
)2
to return a value from the second column in your range.)FALSE
for an exact match, or TRUE
(or leave blank) for an approximate match. Use FALSE
if you're looking for an exact product code; use TRUE
if searching in a sorted list for a close match.Final formula structure:
=VLOOKUP=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
Result: Excel will return the value from the specified column that corresponds to your lookup value.
Tip: If VLOOKUP
returns #N/A
, double-check that your lookup value exists in the first column of the selected range.
Your feedback helps us improve our content.