Could I use a countif statement with the range of sku's and set the criteria to the order list?
If so how would I set the criteria to search the order list
Hi shrivallabha
your solution worked for the test data, but didn't work for the actual. Could the size of the data be an issue. I have roughly 200 daily orders and more than 30,000 skus in the compare list
I have a list of orders that have items ordered listed by sku's in one cell separated by commas. Some orders have only 1 sku, other may have more than ten.
I want to compare each order to a long list (column, 1 sku per cell) to find out if the order contains one of those sku's.
I just need...