AdvancedLookup & Reference10 min40 points

Handle missing lookups gracefully

The situation

Harbor Supply's report goes to the sales director, and a column of #N/A errors makes it look broken. New customers legitimately have no region assigned yet.

A1
fx
Handle missing lookups gracefully — 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-1052CUST-999CUST-118East
3ORD-1041CUST-204CUST-204West
4ORD-1042CUST-118CUST-291North
5CUST-377South
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