Hello, Hoping someone can review!
I am trying to write a countifs formula with multiple criteria.
I need two columns with a straight forward criteria count (Specific Sprint - Sprint 19 SD and Components - Compliance)
Then I also need to add the column titled Type with both "Story" and "Task" criteria count BUT only if the Task criteria has Points, which is in another column called "Points"
I have not even added the "only if the Task has points" part as the current formula has given me a zero count after adding the "Task" part.
=COUNTIFS({Specific Sprint}, "Sprint 19 SD", {Components}, "Compliance", {Type}, "Story", {Type}, "Task")