Ok I am stumped on this one. I have read through some articles and thought I had an answer but nope.
I am trying to do a countif formula for a sheet summary field. I want a count if the cell in Phase 1 Column says "Kong" and if the Team Completion % is 100%
Here is the Formula I am using
=COUNTIF([Phase 1 QE Work Package]:[Phase 1 QE Work Package], ="Kong") + =COUNTIF([Team Completion %]:[Team Completion %], =1)
Of course they work on their own. But when I try that formula it gives me an invalid operations error.