Excel Function COUNTA

What is COUNTA Function in EXCEL?

Complete Excel VBA Course

The COUNTA  is a cell counting function, which counts all cells in a range that has values, both numbers and letters.

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

value1 argument is used to give any value/ range for which count is required

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

Complete Excel VBA Course

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

How to Count Non-Blank Cells using COUNTA?

The COUNTA function is used when we need to count Non-Blank cells in a selected range.

For example, for counting cells from A1-A10, the formula is “=COUNTA (A1:A10).”

The function also counts the number of value arguments provided. The value argument is a parameter that is neither a cell nor a range of cells.

Example 1 :- COUNT

Formula =COUNT(B1:C10)
EXCEL FUNCTION COUNTA

The COUNT Function will count the number of cells with numeric values within the selected range B1 to C10.

EXAMPLE 2:- COUNTA

FORMULA =COUNTA(B1:E10
Excel function COUNTA

The COUNTA Function will count the number of cells with numeric values and Alpha numeric values within the selected range B1 to E10

Functions Of COUNTA

  • It counts all non-blank cells, unlike the COUNT function, which counts only numeric values.
  • It only counts the existing values without summing them.
  • It returns an error if incorrect arguments are provided to it.
  • It counts cells that contain invisible characters. For instance, an empty string (“”) returned by a formula is also counted.
  • It counts every non-empty cell, cell range, and value argument as 1.
  • It counts the cell in which space is entered, implying that only the absolutely empty cells are excluded from the count.

Key Takeaways

  • To count numbers only, use the COUNT function.
  • To count numbers and text, use the COUNTA function.
  • To count with one condition, use the COUNTIF function
  • To count with multiple conditions, use the COUNTIFS function.
  • To count empty cells, use the COUNTBLANK function.

Download Practice File

You can also practice this through our practice files. Click on the below link to download the practice file.

Hope you learnt this Function,

Don’t forget to leave your valuable comments!

Recommended Articles

Secrets of Excel Data Visualization: Beginners to Advanced Course

Here is another best rated Excel Charts and Graph Course from ExcelSirJi. This courses also includes On Demand Videos, Practice Assignments, Q&A Support from our Experts.

This Course will enable you to become Excel Data Visualization Expert as it consists many charts preparation method which you will not find over the internet.

So Enroll now to become expert in Excel Data Visualization. Click here to Enroll.

Excel VBA Course : Beginners to Advanced

We are offering Excel VBA Course for Beginners to Experts at discounted prices. The courses includes On Demand Videos, Practice Assignments, Q&A Support from our Experts. Also after successfully completion of the certification, will share the success with Certificate of Completion

This course is going to help you to excel your skills in Excel VBA with our real time case studies.

Lets get connected and start learning now. Click here to Enroll.

Similar Posts

Leave a Reply

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