=COUNTIF()如何设置复杂条件?

huangapple go评论117阅读模式
英文:

how to do complex criteria for =COUNTIF()

问题

在Excel中如何执行此操作:=COUNTIF(D5:D13;D5:D13<F5:F13)

我尝试过

=COUNTIF(D5:D13;D5:D13<F5:F13)

但不起作用。

英文:

How to do this on excel: =COUNTIF(D5:D13;D5:D13&lt;F5:F13)

I tried

=COUNTIF(D5:D13;D5:D13&lt;F5:F13) 

and it doesn't work

答案1

得分: 2

你可以使用 SUMPRODUCT 函数:

=SUMPRODUCT(--(D5:D13<F5:F13))

结果:

=COUNTIF()如何设置复杂条件?

英文:

You can use SUMPRODUCT:

=SUMPRODUCT(--(D5:D13&lt;F5:F13))

Result:

=COUNTIF()如何设置复杂条件?

答案2

得分: 1

我会使用countifs(),如下所示:

=COUNTIF()如何设置复杂条件?

少打字!我打字不好 =COUNTIF()如何设置复杂条件?

仍在查看中...

英文:

I would use countifs() like so:

=COUNTIF()如何设置复杂条件?

Less typing! I can't type well =COUNTIF()如何设置复杂条件?

Still looking at this...

huangapple
  • 本文由 发表于 2023年2月27日 04:02:26
  • 转载请务必保留本文链接:https://go.coder-hub.com/75574690.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定