【发布时间】:2015-05-27 15:27:27
【问题描述】:
我正在尝试计算两个语句出现的次数。问题是,如果第一个语句出现,那么它不会检查第二个语句。
如果我这样解释可能会更容易:
If statement1= true then
count = 1 and move next
else
if statement2= true
count = 1 and move next
end if
end if
我正在使用它,但似乎无法使 OR 段正常工作:
=COUNT.if((E:E;">120";E:E;"<139")OR(F:F;">80";F:F;"<89"))
【问题讨论】:
-
COUNT.IF只是COUNTIF的区域/语言设置吗?
标签: excel excel-formula worksheet-function excel-2013 countif