I'm having trouble creating a formula to get the results that I need using advanced functions.
I created a COUNTIFS formula by creating two COUNTIF formulas, then combining them:
COUNTIF A:
=COUNTIF({Buyer's Journey/ Sales Stage}, "SALES ENABLEMENT")
COUNTIF B:
=COUNTIF({Product}, "Teaching Strategies [Solution Level]")
COUNTIFS:
=COUNTIFS({Buyer's Journey/ Sales Stage}, "SALES ENABLEMENT", {Product}, "Teaching Strategies [Solution Level]")
I'm encountering a problem with both the COUNTIF B formal AND THE COUNTIFS formula.
My "Product" column in the referenced sheet is a multi-select dropdown.
Both formulas are ONLY counting items in the result if ONLY "Teaching Strategies [Solution Level]" is select as the product.
I want it to count all items that include "Teaching Strategies [Solution Level]", even those for which other products are selected in that column as well.
I"m wondering if I need to use the CONTAINS or HAS functions, but I really don't know how to do that. @Genevieve P can you help me?