Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Google Sheets COUNTIFS 函数


COUNTIFS 函数

COUNTIFS 函数是 Google Sheets 中的预制函数,它根据一个或多个条件来计算区域中的单元格。

它被键入为 =COUNTIFS

=COUNTIFS(criteria_range1, criterion1, [criteria_range2, ...], [criterion2, ...])

条件被称为 critera1, criteria2, .. 等等,可以检查以下内容:

  • 如果一个数字大于另一个数字 >
  • 如果一个数字小于另一个数字 <
  • 如果一个数字或文本等于某个东西 =

The criteria_range1, criteria_range2 等等是函数检查条件的范围。


COUNTIFS 函数示例

查找第一世代水系宝可梦的数量

条件是类型为“水”并且世代为 1。

注意:完整的数据集在第 14 行之后继续,一直到第 759 行。

COUNTIFS 函数示例,逐步操作

  1. 选择单元格 G3
  2. 键入 =COUNTIFS
  3. 单击COUNTIFS 命令

  1. 指定类型范围 B2:B759(类型 1 值)
  2. 键入 ,
  3. 指定标准(单元格 E3,其值为“水”)
  4. 键入 ,
  5. 指定第二个条件的范围 C2:C759(世代值)
  6. 键入 ,
  7. 指定标准(单元格 F3,其值为“1”)
  8. 按回车键

注意:在按回车键之前,可以通过重复步骤 7-10 来添加更多条件。

该函数现在计算第一世代水系宝可梦的数量。

该函数可以重复用于以下世代的水系宝可梦,以进行比较

注意:可以使用填充函数 用于其他行,但要确保对范围使用绝对引用

现在,我们可以看到第一至第四世代之间水系宝可梦的总数


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.