Google Sheets COUNTA Function


What does it do?

The Google Sheets COUNTA function very simply counts the number of cells in a range that are not empty.  The cell(s) can contain numbers, text by direct input or generated by logical formulation.  A formulated empty result (“”) would be deemed as not empty.


Syntax Explained

Google Sheets COUNTA function in the formula bar showing syntax.

Value1: This is the first range of cells to count that are not empty.

Value 2 and above (optional): As above but for a second or greater number of ranges.


Examples

1. COUNTA covering all types

Example of a Google Sheets COUNTA function showing some cells filled with number or text string.

The above screen shot demonstrates various types of ways a cell can be filled, or not.

The rows below are ALL deemed to be FILLED when using the COUNTA function:

  • Row 3 – Filled with a text.
  • Row 4 – Filled with a number (note this can be ANY number i.e. Date, whole number, fraction etc).
  • Row 5 – A cell containing a SPACE, not visually obvious, so I underlined it in my example.
  • Row 6 – A formula that outputs empty result, show by the red double quotes.
  • Row 9 – A formula populating a result into a cell
  • Row 10 – As above but an error result

The rows below are ALL deemed to be FILLED when using the COUNTA function:

  • Row 7 – An actual empty cell, filled with nothing more than, well, nothing!
  • Row 8 – See above