AdvancedData Cleaning14 min40 points

Find which customers are missing from a list

The situation

Harbor Supply's CRM and billing system should hold the same customers. They do not. Before the audit you need to know which CRM customers never made it into billing.

A1
fx
Find which customers are missing from a list — 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 numberABCDEF
1CRM customerNameStatusIn billing
2CUST-402Summit InteriorsCUST-118
3CUST-118Coastal PlumbingCUST-204
4CUST-204Ridgeway HardwareCUST-291
5CUST-377
6CUST-500
7

Functions in this exercise

  • COUNTIFCounts cells that meet one condition.
  • IFReturns one value when a test is true and another when it is false.

Who this is for