I'm trying to pull data related to only 1 program and not another, then add in whether a check box is ticked. The first part of my formula works:
=COUNTIFS(Program:Program, OR(HAS(@cell, "ECSP & HCW"), HAS(@cell, "ECSP")))
But when I add the second part it becomes unparseable:
=COUNTIFS(Program:Program, OR(HAS(@cell, "ECSP & HCW"), HAS(@cell, "ECSP"))), ([External providers and advocacy groups]:[External providers and advocacy groups], 1))
How can I get this to work so I can see the checkboxes only from the criteria indicated in the initial column?