I have a column with team names and game results in cells offset 2 down always in this order. I am trying to count the times a team is played and capture the total results using offset in a countif but without success.
If there is a working formula, I'll also add another criteria offset down 1 cell for game type
Any help would be appreciated as this is for my sons hockey team
Formulas in D3 is =COUNTIFS($A:$A,$C3,$A:$A,OFFSET($C3,2,0)=D$2)
Also tried an Index in J3 (=COUNTIFS(INDEX($A$7:$A$336,MATCH($H3,$A$7:$A$336,0)+2),J$2))
If there is a working formula, I'll also add another criteria offset down 1 cell for game type
Any help would be appreciated as this is for my sons hockey team
Formulas in D3 is =COUNTIFS($A:$A,$C3,$A:$A,OFFSET($C3,2,0)=D$2)
Also tried an Index in J3 (=COUNTIFS(INDEX($A$7:$A$336,MATCH($H3,$A$7:$A$336,0)+2),J$2))