AdvancedLookup & Reference13 min40 points

Chain two lookups with XLOOKUP

The situation

Credit control has an order number and needs the payment terms. Nothing links them directly: one table maps orders to customers, another maps customers to terms, and the answer only appears once you have been through both.

A1
fx
Chain two lookups 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 numberABCDEFGHIJ
1OrderTermsOrderCustomerCustomerTerms
2SO-7001SO-7001Dockside HardwareDockside HardwareNet 30
3SO-7002SO-7002Fenwick BuildingFenwick BuildingNet 45
4SO-7003SO-7003Alder & VanceAlder & VancePrepaid
5SO-7004SO-7004Riverbend TradeRiverbend TradeNet 60
6

Functions in this exercise

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

Who this is for