Using OR & AND in COUNTIFS

前端 未结 6 851
渐次进展
渐次进展 2021-01-04 02:27

I would like to include an \"AND\" condition for one of the conditions I have in my COUNTIFS clause.

Something like this:

=         


        
6条回答
  •  醉梦人生
    2021-01-04 03:08

    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"))
    

提交回复
热议问题