02+V-LOOK+UP+-+FINALS
02+V-LOOK+UP+-+FINALS
DEFINITION…
Min Max
Product ID Product Name Origin
order (kg) order (kg)
=VLOOKUP(C13,
STEP 2. RANGE OF CELLS OF THE REFERENCE TABLE
=VLOOKUP(C13,$A$2:$E$11,
NOTE:
The third argument of the function is the column number you want to
return.
In our example, the column Origin is in the third position of our reference
table. So the value of the 3rd argument = 3.
=VLOOKUP(C13,$A$2:$E$11,3
STEPD 4: EXACT MATCH (IMPORTANT)
=VLOOKUP(C13,$A$2:$E$11,3,0)
CONT.