Vlookup
- is easier,
- Only search from left to right
- May select multiple columns.
- Vlookup Pattern
- =vlookup(Lookup Value, Rows to Search, Column # you want to return, False)
Index/Match
- Allows you to search in both directions (left to right, right to left.)
- Select only the columns you want.
- Adding additional columns to your data does not screw everything up.
- Index/Match is easier to copy to the next column.
- Index/Match Pattern
- =Index(Column with the answer,Match(Lookup Value, Column with the lookup Value, 0)