EXCEL COUNT FUNCTION

This function counts the numbers in a cell reference or range. 

Syntax:

=COUNT (value1, [value2], …)

Parameter list:

  • value1 – A single item, cell reference, or range of values.
  • value2 – [optional] Up to 255 extra items, cell references, or ranges can be added.

Step By Step Guide of COUNT Function

=COUNT(D2:D6 ,”Apple”), for example, returns 3. COUNT(D2:D6) counts the number of numerical values in the range D2:D6 . COUNT is exclusively used to count numeric data.

  • Numbers, dates, and text representations of numbers, such as “1,” are tallied.
  • Logical values and text representations of numbers entered directly into the argument list are tallied. Error values and words that can’t be converted into numbers aren’t included.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now