I would like to include an \"AND\" condition for one of the conditions I have in my COUNTIFS clause.
\"AND\"
COUNTIFS
Something like this:
=
There is probably a more efficient solution to your question, but following formula should do the trick:
=SUM(COUNTIFS(J1:J196,"agree",A1:A196,"yes"),COUNTIFS(J1:J196,"agree",A1:A196,"no"))