My sheet is for process improvement ideas. When one is finished, we have a column where we can check off which areas we improved (some are just Cost Savings, some have 3 or 4 options selected).
I'm trying to count how many times each improvement category is checked off on the entire sheet. Note: I have 5 categories, for each of these attempted formulas I tried all of them in the " " to make sure it wasnt a spelling mistake or an unused category.
First Attempt: =COUNTIF({Areas Improved}, CONTAINS("Customer Experience", @cell)) which returned 0s for all categories
Second attempt: =COUNTM({Areas Improved}, CONTAINS("Customer Experience", @cell)) which returns 2s for all categories