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 a yes/no value returned
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 a yes/no value returned