How to Use VLOOKUP

Steps

Example Formula

=VLOOKUP(Table13[[#All],[PN]],Table1[[#All],[Part Number]:[Acquisition Cost]],1,FALSE)

Breaking Down the Formula:

Tip: Adjust the column index number (the third argument) to retrieve different data columns from your lookup table.