AdvancedLookup & Reference12 min40 points

Lock ranges so a lookup survives fill-down

The situation

A Harbor Supply analyst built a lookup that worked perfectly on the first row, filled it down, and half the column returned #N/A. You need to write the version that survives.

A1
fx
Lock ranges so a lookup survives fill-down — 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