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.
你能告诉我如何在多个条件下使用 COUNTIF 吗?
我的建议(左)显示了一个标准(不同区域)的公式。
但是,我有兴趣计算每个不同月份的不同区域(两个标准) - 右侧:期望的结果。
你可以COUNTIFS()改用
COUNTIFS()
=1/COUNTIFS($A:$A,A2,$B:$B,B2)