I would like to Count Multiple Criteria from one column in addition to a single piece of criteria from 2 other columns in one tab into a count on a separate tab of the same workbook in google sheets. I am using this to track progress in a project.
I have hacked together a formula that isn't working correctly:
=((COUNTIFS(CCSS,"Number & Operations in Base Ten",Grade,{"K","1","2"},GoalStatus,{"Assigned to Writer","Goal Ready for Quality Review","Goal Quality Review Complete","Goal Ready for Copy Edit","Copy Edit Complete"})))
I was trying to have the following happen:
COUNTIF Criteria CCSS (Column AD) is "Number & Operations in Base Ten"
AND
Grade Criteria (Column E) is K, 1, OR 2
AND
any of the following criteria are found in the GOALStatus Criteria (column B) {"Assigned to Writer","Goal Ready for Quality Review","Goal Quality Review Complete","Goal Ready for Copy Edit","Copy Edit Complete"}.