I am a formula novice and I am trying to count the number of instances certain criteria show up in a column. I noticed that it is counting extra things. For example, I know that it should add up to 6, but it is counting 3 extra things that are not there and the result I am getting is 9. Is this the right formula to use for these purposes? If so, what do I need to fix?
If it's the wrong formula, what should I be using?
Here is the formula I am using:
=COUNTIF([Budget/Contract Task]:[Budget/Contract Task], OR(CONTAINS("Site selected", @cell), CONTAINS("Create in AFRU + Portfolio Sheet", @cell), CONTAINS("MOU If new dept", @cell), CONTAINS("Deep Dive", @cell), CONTAINS("Kick-off Meeting", @cell)))
My data in Card view:
Thank you!!