I'm looking to return the Total Count for all rows for the 1001 course that specifically contain an "Incomplete" or "Completed" Completion Status. This value will be the denominator in my 1001 Completion % metric.
Note: I'm not interested in the "Completed in Pilot" rows but still want those on the back end.
I have the below formula but it's returning "0"…
=COUNTIFS({Data Range 3}, AND(CONTAINS("1001", {Data Range 3}), CONTAINS("Completed", {Data Range 4}), CONTAINS("Incomplete", {Data Range 4})))
Any help would be appreciated!