I have a spreadsheet that has two columns, OrderNumber and SKU.
I am trying to find OrderNumbers that DO NOT contain a specific SKU in them.
For example:
OrderNumber SKU
1018 BCM-USA
1018 BBC-12-PP
1018 SB-WG
1019 BCM-FL
As you can see, the OrderNumber is repeated numerous times if the customer ordered more than 1 SKU.
In the above example, I would NOT want to see ANY of the OrderNumber 1018's because there is an instance of SKU BBC-12-PP so I would want to filter that out...
Bookmarks