I would appreciate any help. I have managed to come up with a formula that counts them all based on the keywords I'm looking for in cells, but I'm trying to also include additional criteria including a specific date and a specific product.
So right now it's showing 4 under 4/7/2024 but I need it to show 2 under 4/7/2024, 1 under 3/31 and 1 under 3/24 based on the data provided.
=SUMPRODUCT(IF($C:$C="No",--ISNUMBER(SEARCH($H2, SUBSTITUTE($D:$D,",",""))),""))
That's my currently formula.
How do I fix this so that I can included some additional criteria for it to count?
excelformula.png
Bookmarks