Hello,
I am trying to count a certain number of product types within a certain work week, both referenced in other sheets. I am able to count my work week data for all product types in one column using =COUNTIFS({Calculation - Defect Rate Run Chart Range 1}, =[Work Week]@row)
I have another cell that I am trying to grab specific product types, not all. When I use this formula: =COUNTIFS({Calculation - Defect Rate Run Chart Range 2}, "Product A", {Calculation - Defect Rate Run Chart Range 1}, [Work Week]@row), I am able to only enter one product type into the Product A highlight. When I go to enter a second product type, ex. Product B, I get "0" which I know is incorrect.
I have tried doing the following: =COUNTIFS({Calculation - Defect Rate Run Chart Range 2}, "Product A" + "Product B", {Calculation - Defect Rate Run Chart Range 1}, [Work Week]@row) with no success.
Am I using the correct formula(s) for my ask? Any help will be greatly appreciated, thanks so much.