Table of Contents
What is COUNT and COUNTA in a Google spreadsheet?
How to use Google Sheets COUNT and COUNTA — examples included
Count uniques in Google Sheets
Count with multiple criteria — COUNTIF in Google Sheets
Home Topics excel COUNT and COUNTA functions in Google Sheets with formula examples

COUNT and COUNTA functions in Google Sheets with formula examples

Apr 08, 2025 am 10:19 AM

The COUNT function in Google Sheets is one of the easiest to learn and extremely helpful to work with.

Even though it looks simple, it's capable of returning interesting and useful results, especially in combination with other Google Sheets functions. Let's get right into it.

Count colors, not just cells!

Elevate COUNTIF with a twist — count by font color effortlessly

COUNT and COUNTA functions in Google Sheets with formula examples

Try now

Unlock the full potential of your Google Sheets

Discover your data's sidekick — trusted by millions!

COUNT and COUNTA functions in Google Sheets with formula examples

Discover the collection

What is COUNT and COUNTA in a Google spreadsheet?

The COUNT function in Google Sheets allows you to tally all cells with numbers within a specific data range. In other words, COUNT deals with numeric values or those that are stored as numbers in Google Sheets.

The syntax of Google Sheets COUNT and its arguments is as follows:

COUNT(value1, [value2,…])
  • Value1 (required) — stands for a value or a range to count within.
  • Value2, value3, etc. (optional) — additional values that are going to be covered as well.

What can you use as an argument? The value itself, cell reference, range of cells, named range.

What values can you count? Numbers, dates, formulas, logical expressions (TRUE/FALSE).

If you change the content of any cell from within the counted range, the function will automatically recalculate the result.

If multiple cells contain the same value, COUNT in Google Sheets will return the number of all its instances in those cells.

So to be more precise, the function counts the number of times numeric values appear within the range rather than checks if any of the values are unique.

Tip. To count unique values in the range, use the COUNTUNIQUE function instead.

Google Sheets COUNTA works in a similar way and its syntax is alike:

COUNTA(value1, [value2,…])
  • Value (required) — the values you need to count.
  • Value2, value3, etc. (optional) — any other additional values to count.

What's the difference between COUNT and COUNTA? In the values they process.

COUNTA will count:

  • Numbers
  • Dates
  • Formulas
  • Logical expressions
  • Errors, e.g. #DIV/0!
  • Textual data
  • Cells containing leading apostrophe (') even without any other data in them. This character is used at the beginning of cells so that Google treats the string that follows as text.
  • Cells that look empty but in fact contain an empty string (=" ")

As you can see, the main difference between the functions lies in the ability of COUNTA to process those values that Google Sheets stores as text. Both functions ignore completely empty cells.

COUNT and COUNTA functions in Google Sheets with formula examples

Since date and time are stored and counted as numbers in Google Sheets, both COUNT and COUNTA process A4 and A5.

A10 is completely empty — thus, ignored by both functions.

Other cells were counted by Google Sheets COUNTA:

=COUNTA(A2:A12)

Both formulas with COUNT return the same result because A8:A12 doesn't contain numeric values.

A8 on its turn has a number stored as text which wasn't processed by Google Sheets COUNT.

The error message in A12 is entered as text and considered by COUNTA only.

Tip. To set more precise calculation conditions, I recommend you to use COUNTIF function instead.

How to use Google Sheets COUNT and COUNTA — examples included

Let's take a closer look at how the COUNT function is used in a Google spreadsheet and how you can benefit from using it in Sheets.

Suppose you have a list of students' grades. Here are the ways COUNT can help:

COUNT and COUNTA functions in Google Sheets with formula examples

Look, there are different formulas with COUNT in column C.

Since column A contains surnames, COUNT ignores that whole column. But what about cells B2, B6, B9, and B10? B2 has a number formatted as text; B6 and B9 contain pure text; B10 is completely empty.

Another cell to bring your attention to is B7. It has the following formula:

=COUNT(B2:B)

Notice that the range starts from B2 and includes all other cells of this column. This is a very useful method when you often need to add new data to the column but want to avoid changing the range of the formula every time.

Now, how will Google Sheets COUNTA work with the same data?

COUNT and COUNTA functions in Google Sheets with formula examples

As you can see and compare, the results differ. This function ignores only one cell — the completely empty B10. Thus, bear in mind that COUNTA includes textual values as well as numeric ones.

Here's another example of using COUNT to find an average sum spent on products:

COUNT and COUNTA functions in Google Sheets with formula examples

The customers who haven't bought anything are not considered for the results.

One more peculiar thing regarding COUNT in Google Sheets concerns merged cells. There is a rule that COUNT and COUNTA follow to avoid double counting.

Note. The functions take into account only the leftmost cell of the merged range.

When the range for counting contains merged cells, they will be treated by both functions only if the upper-left cell falls within the counted range.

For example, I merge B6:C6 and B9:C9 and count column B. My formula below will count 65, 55, 70, 55, 81, 88, 61, 92:

=COUNT(B2:B)

COUNT and COUNTA functions in Google Sheets with formula examples

But with a slightly different range, the formula returns another result. It will work only with 80, 75, 69, 60, 50, 90:

=COUNT(C2:C)

The left parts of the merged cells are excluded from this range, therefore are not considered by COUNT.

COUNTA works in a similar way.

  1. =COUNTA(B2:B) counts the following: 65, 55, 70, 55, 81, 88, 61, "Failed", 92. Just like with COUNT, empty B10 is ignored.
  2. =COUNTA(C2:C) works with 80, 75, 69, 60, 50, 90. Empty C7 and C8, as in the case with COUNT, are ignored. C6 and C9 are omitted from the result since the range doesn't include the leftmost cells B6 and B9.

Count uniques in Google Sheets

If you'd rather count only unique values in the range, you'd better use the COUNTUNIQUE function. It requires literally one argument that can be repeated: a range or a value to process.

=COUNTUNIQUE(value1, [value2, ...])

The formulas in spreadsheets will look as plain as this:

=COUNTUNIQUE(A2:A10)

COUNT and COUNTA functions in Google Sheets with formula examples

You can also enter multiple ranges and even records themselves directly to the formula:

=COUNTUNIQUE(A2:A5,A7:A10,"Davies","Smith")

COUNT and COUNTA functions in Google Sheets with formula examples

Count with multiple criteria — COUNTIF in Google Sheets

In case the standard count is not enough and you need to count only specific values based on some conditions, there is another special function for that — COUNTIF. All its arguments, usage, and examples are covered in another special blog post.

To count & highlight duplicates in Google Sheets, visit this article instead.

I really hope that this article will assist your work with Google Sheets and that COUNT and COUNTA functions will serve you well.

The above is the detailed content of COUNT and COUNTA functions in Google Sheets with formula examples. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1666
14
PHP Tutorial
1272
29
C# Tutorial
1252
24