Watch Excel Tutorial Video – Excel Function – COUNT

How to use Excel COUNT Function?

Complete Excel VBA Course

COUNT function is used to get the total count of Number values in range or list.

COUNT Function has one required argument i.e. value1, and optional argument i.e. [value2].

Syntax:
=COUNT(value1,[value2],...)
Syntax Description:

value1 argument is used to give number value/ cell reference/ range for which count is required

Complete Excel VBA Course

[value2] argument is used to give another number value/ cell reference/ range

 means, we can add multiple values/ cell reference/ range by separating them with comma ( , )

Example 1: COUNT function with cell Range:
  • “Column A” has number values,
  • “Column B” shows the sample formula applied and,
  • “Column C” shows the output of the function
COUNT Function
Example 2: COUNT function with Number Values
  • “Column A” shows the sample formula applied, which contains the list of numbers. Each number are separated by comma ( , )
  • “Column B” shows the output of the function,
COUNT Function

Don’t forget to leave your valuable comments!

If you liked this article and want to learn more similar tricks, please Subscribe us 

Recommended Articles

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *