There are two conditions for this formula - one determines how many are in the parents in the members category (in column T), and the second one determines of the parents how many are female in the genders column (in column K).
The formula I'm using:
=SUMPRODUCT((T11:T40="parent")*(K11:K40="F"))
Now if in the members category, the person indicates they are a student and a parent, the text will say "parent,student" and so I edited the formula to be this to take into consideration additional text in that cell:
=SUMPRODUCT((T11:T40="*parent*")*(K11:K40="F"))
Which results in the count not working!
I don't know why and I can't understand it. Help? Thank you!!
Bookmarks