IntermediateLookup & Reference8 min25 points

Look up a customer's region with XLOOKUP

The situation

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.

A1
fx
Look up a customer's region with XLOOKUP — question sheet. Use the arrow keys to move between cells, Enter or F2 to edit, Escape to cancel, Control D to fill down from the cell above, and Control C and Control V to copy and paste.
Row numberABCDEFGH
1OrderCustomer IDRegionCustomer IDRegion
2ORD-1041CUST-204CUST-118East
3ORD-1042CUST-118CUST-204West
4ORD-1043CUST-377CUST-291North
5CUST-377South
6CUST-402West
7

Functions in this exercise

  • XLOOKUPFinds a value in one range and returns the matching value from another — in any direction.

Who this is for