【发布时间】:2015-02-04 13:48:03
【问题描述】:
我有一种情况,我必须使用 COUNTIFS(range1, Criteria1, Range2, Criteria2...),其中条件应该是同一个 Excel 中包含文本的范围。有办法吗? 我的实际情况是 表 1:col A 和 Col B - 文本值 表 2:Col C 和 Col D - 文本值
对于 Col A 中的每个值,检查它是否存在于 Col C 中,从 Col D 中获取相应的值并检查它是否在 Col B 中相同。我需要计算有多少匹配或不匹配匹配。我尝试对此使用 Vlookup,但无法得到我想要的。感谢您对此提出的建议。
谢谢, 拉姆亚
【问题讨论】:
-
Application Defect SpecialApp AllowedDefect App 1 Defect 5 App 1 Defect 5 App 2 Defect 7 App 3 Defect 5 App 3 Defect 5 App 5 Defect 3 App 4 Defect 2 App 4 Defect 2 App 5 Defect 1 应用总数匹配 3
-
@pnuts:你能给我发邮件到 ramyacs.89@gmail.com,我可以给你发一个示例文件/截图吗?
-
所以,我按照某人的建议在 countif 上使用了 sumproduct,它成功了 =SUMPRODUCT(COUNTIFS(A:A,D:D,B:B,E:E))。现在我可以得到我需要的了。感谢大家试图帮助我:-)
标签: excel excel-formula excel-2010