描述
COUNT函数计算包含数字的单元格的数量,并计算参数列表中的数字。使用COUNT函数获取在数字范围或数字数组中的数字字段中的条目数。
语法
COUNT (value1, [value2] ...)
争论
Argument | 描述 | Required/Optional |
---|---|---|
value1 | The first item, cell reference, or range within which you want to count numbers. | Required |
value2, ... | Up to 255 additional items, cell references, or ranges within which you want to count numbers. | Optional |
Notes
自变量可以包含或引用各种不同类型的数据,但是仅计算数字。
争论 that are numbers, dates, or Time are counted.
您直接在参数列表中键入的逻辑值和数字的文本表示形式将被计算在内。
争论 that are error values or text that cannot be translated into numbers are not counted.
如果参数是数组或引用,则仅计算该数组或引用中的数字。数组或引用中的空单元格,逻辑值,文本或错误值不计在内。
如果要计算逻辑值,文本或错误值,请使用COUNTA函数。
如果只想计算满足特定条件的数字,请使用COUNTIF函数或COUNTIFS函数。
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
JavaScript 中的 COUNT函数 - 无涯教程网无涯教程网提供描述COUNT函数计算包含数字的单元格的数量,并计算参数列表中的数字。使用COUNT函数获...https://www.learnfk.com/javascript/advanced-excel-statistical-count-function.html