COUNT Function Explained

The COUNT function in Microsoft Excel is used to count the number of cells that contain numbers within a range of cells. It can also be used to count the number of arguments that contain numbers. It ignores any text or empty cells within the range.

COUNT Function Syntax

COUNT(value1, [value2], ...)

  • value1: The first value or range of values to be counted.
  • value2: (optional) Additional values or ranges of values to be counted.