Hi,
I have a large dataset with products and promotions info which I have filter to only show certain products (which I want in the promo).
In another sheet I have a list of all products and I simply want to state whether or not the product is filtered on the other sheet, a summary if you like of which products are in the promo.
I am currently using =IF(VLOOKUP(C4,PromoTool!$B$6:$E$18362,1,FALSE)=C4,"Yes","No")
Where C4 is a product, so if it finds it in the large list then say yes, otherwise say no. I'm getting a "Yes" as the product is in the list, but hidden as filtered out.
Thanks
Paul
I have a large dataset with products and promotions info which I have filter to only show certain products (which I want in the promo).
In another sheet I have a list of all products and I simply want to state whether or not the product is filtered on the other sheet, a summary if you like of which products are in the promo.
I am currently using =IF(VLOOKUP(C4,PromoTool!$B$6:$E$18362,1,FALSE)=C4,"Yes","No")
Where C4 is a product, so if it finds it in the large list then say yes, otherwise say no. I'm getting a "Yes" as the product is in the list, but hidden as filtered out.
Thanks
Paul