I'm trying to combine several countifs, but I haven't gotten it to work.
Long version example
=countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$9)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$10)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$11)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$12)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$13)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$20)
Short version example
=sum(countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,$A$25,'Scope - Sprint 03 P4.R1'!$S$2:$S,{$A$12;$A$10}))
The problem is that only the first criterion of the OR I'm trying to do is being evaluated. Could someone help so that this expression will work like -- countif $A$25 AND ($A$12 OR $A$10)
Long version example
=countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$9)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$10)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$11)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$12)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$13)+countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,A26,'Scope - Sprint 03 P4.R1'!$S$2:$S,$A$20)
Short version example
=sum(countifS('Scope - Sprint 03 P4.R1'!$D$2:$D,$A$25,'Scope - Sprint 03 P4.R1'!$S$2:$S,{$A$12;$A$10}))
The problem is that only the first criterion of the OR I'm trying to do is being evaluated. Could someone help so that this expression will work like -- countif $A$25 AND ($A$12 OR $A$10)