简体   繁体   English

具有多个条件和日期范围的Countif公式

[英]Countif formula with multiple criteria and a date range

I have a spreadsheet where I am counting the number of occurrences where the words below occur during a date range: “Not Interested, Career Link, OVR, VBA, No Show”. 我有一个电子表格,我在其中计算以下单词在一个日期范围内出现的次数:“不感兴趣,职业链接,OVR,VBA,没有出现”。 All these are found in the same column, on Referrals" worksheet. I am trying to count the number of times that there is value in a cell other than the above. Is that possible? Below is an example of the formula that I am currently using to count : 所有这些都可以在“推荐”工作表的同一列中找到。我试图计算除上述单元格之外的某个单元格中有值的次数。这可能吗?以下是我目前所用公式的一个示例用于计数:

=COUNTIFS(Referrals!$K$2:$K$306,"VBA",Referrals!$A$2:$A$306,"<11/1/15")

Referrals refer to the "Referrals" worksheet. 引荐参考“引荐”工作表。 "VBA" is located on Referrals worksheet, Column K. “ VBA”位于“引荐”工作表的K列中。

The formula below counts the cells that do NOT contain the values “Not Interested, Career Link, OVR, VBA, No Show” 下面的公式计算不包含值“不感兴趣,职业链接,OVR,VBA,不显示”的单元格

=COUNTIFS($K:$K,"<>Not Interested",$K:$K,"<>Career Link",$K:$K,"<>OVR",$K:$K,"<>VBA",$K:$K,"<>No Show",$A:$A,"<11/1/15")

Regards, Miguel 问候,米格尔

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM