Technology

#How to Count Unique Values in Google Sheets

“How to Count Unique Values in Google Sheets”

Counting the number of distinct values in a spreadsheet is valuable in many situations. Whether it’s customer names, product numbers, or dates, one simple function can help you count unique values in Google Sheets.

Unlike Microsoft Excel which has various ways to count distinct values depending on your version of Excel, Google Sheets offers a handy function that uses a basic formula. Luckily, the function works with numbers, text, cell references, inserted values, and combinations of all for complete flexibility.

Use the COUNTUNIQUE Function in Google Sheets

COUNTUNIQUE is one of those Google Sheets functions that you’ll appreciate once you start using it. Save time and manual work counting cells that are unlike the rest.

RELATED: 9 Basic Google Sheets Functions You Should Know

The syntax is COUNTUNIQUE(value1, value2, ...) where only the first argument is required. Let’s look at a handful of examples so that you can use the function effectively for different types of data.

To count the number of unique values in the cell range A1 through A16, you would use the following formula:

=COUNTUNIQUE(A1:A16)

COUNTUNIQUE for a range

Maybe you have your own values that would want to insert rather than those displayed within cells. With this formula, you can count the number of unique values you insert:

=COUNTUNIQUE(1,2,3,2,3,4)

Here, the result is 4 because values 1, 2, 3, and 4 are unique regardless of how many times they appear.

COUNTUNIQUE for inserted values

For this next example, you can count inserted values as shown above combined with values in a cell range. You’d use this formula:

=COUNTUNIQUE(1,2,3,A2:A3)

In this case, the result is 5. The numbers 1, 2, and 3 are unique as are the values within the cell range A2 through A3.

COUNTUNIQUE for a range and inserted values

If you want to include words as inserted values, the function counts these as unique elements as well. Look at this formula:

=COUNTUNIQUE(1,2,3,"word",4)

The result is 5 because each value in the formula is distinct, whether it’s a number or text.

COUNTUNIQUE for inserted values and text

For the ultimate combination, you can use a formula like this to count inserted values, text, and a cell range:

=COUNTUNIQUE(1,2,3,"word",A2:A3)

The result here is 6 which counts the numbers 1, 2, and 3, the text, and the unique values in the range A2 through A3.

COUNTUNIQUE for a range, inserted values, and text

Use the COUNTUNIQUEIFS Function for Adding Criteria

Not everything in a spreadsheet is simple. If you like the idea of the COUNTUNIQUE function but would like to count unique values based on criteria, you can use COUNTUNIQUEIFS. The nice thing about this function is that you can use one or more sets of ranges and conditions.

RELATED: How to Count Data Matching Set Criteria in Google Sheets

The syntax is COUNTUNIQUEIFS(count_range, criteria_range1, criteria, criteria_range2, criteria2, ...) where the first three arguments are required.

In this first example, we want to count the unique values in the range A2 through A6 where the value in the range F2 through F6 is greater than 20. Here’s the formula:

=COUNTUNIQUEIFS(A2:A6,F2:F6,">20")

The result here is 2. Even though there are three values greater than 20 in the F2 through F6 range, the function provides only those that are unique from the range A2 through A6, being Wilma Flintstone and Bruce Banner. The latter appears twice.

COUNTUNIQUEIFS for greater than a value

Let’s use this function with text criteria. To count the unique values in the range A2 through A6 where the text in the range E2 through E6 equals Delivered, you’d use this formula:

=COUNTUNIQUEIFS(A2:A6,E2:E6,"Delivered")

In this case, the result is also 2. Although we have three marked as Delivered, only two names in our A2 through A6 range are unique, Marge Simpson and Bruce Banner. Again, Bruce Banner appears twice.

COUNTUNIQUEIFS for text

Like counting the number of unique values in your spreadsheet, highlighting duplicates in Google Sheets or removing duplicates completely is also helpful.

If you liked the article, do not forget to share it with your friends. Follow us on Google News too, click on the star and choose us from your favorites.

For forums sites go to Forum.BuradaBiliyorum.Com

If you want to read more like this article, you can visit our Technology category.

Source

Related Articles

Leave a Reply

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

Back to top button
Close

Please allow ads on our site

Please consider supporting us by disabling your ad blocker!