Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个如图所示的电子表格。我想做的是生成一个公式,计算来自纽约的男性选择蓝色的次数。在 D 列,用户可以输入 1-3 种不同的颜色。在这种情况下,B 列将被忽略。任何人都可以帮我计算公式吗?
在 Google 文档中试试这个公式
=ARRAYFORMULA(sum(if(A2:A4="Male",if(C2:C4="New York",If(isnumber(search("Blue",D2:D4)),1)))))
您可以根据需要将其扩展到尽可能多的行