I want excel to check a column and countif the any cell in the column meets two criteria.
1) the cells row number needs to be divisible by 9, I think that would look something like MOD(ROW(A:A),9)=0
2) The cell also needs to not be blank or say student, something like AND(A:A<>"",A:A<>*Student*)
I feel (if it is actually possible) to something like:
=COUNTIFS(A:A,MOD(ROW(A:A),9)=0,AND(A:A<>"",A:A<>*Student*)
but not correct.
Any help is appreciated. Thanks
LL
1) the cells row number needs to be divisible by 9, I think that would look something like MOD(ROW(A:A),9)=0
2) The cell also needs to not be blank or say student, something like AND(A:A<>"",A:A<>*Student*)
I feel (if it is actually possible) to something like:
=COUNTIFS(A:A,MOD(ROW(A:A),9)=0,AND(A:A<>"",A:A<>*Student*)
but not correct.
Any help is appreciated. Thanks
LL