IntermediateLookup & Reference
Look up a unit price with VLOOKUP
Use VLOOKUP with exact match to pull prices from a product table.
VLOOKUP
8 min25 points
Harbor Supply's order export lists customer IDs but not regions. The regions live in a separate reference table, and the weekly report needs them joined together.
| Row number | A | B | C | D | E | F | G | H |
|---|---|---|---|---|---|---|---|---|
| 1 | Order | Customer ID | Region | Customer ID | Region | |||
| 2 | ORD-1041 | CUST-204 | CUST-118 | East | ||||
| 3 | ORD-1042 | CUST-118 | CUST-204 | West | ||||
| 4 | ORD-1043 | CUST-377 | CUST-291 | North | ||||
| 5 | CUST-377 | South | ||||||
| 6 | CUST-402 | West | ||||||
| 7 |
Use VLOOKUP with exact match to pull prices from a product table.
VLOOKUP
Combine INDEX and MATCH to look up a value without a fixed column number.
INDEX · MATCH
Use absolute references so a lookup does not break when copied down a column.
XLOOKUP