🌐
Reddit
reddit.com › r/googlesheets › countif or counta ? how to count
r/googlesheets on Reddit: COUNTIF or COUNTA ? How to Count
December 15, 2023 -

If there is a number in cell E3 but not in J3 I want it to count 1, however if there is a number in both I want it to return a 0.

Ultimatly I want to complete this is an entire column but have it compared only by row to row (E3/J3, E4/J4, E5/J5 etc...)

🌐
Reddit
reddit.com › r/googlesheets › counta vs countif, neither working as expected.
COUNTA VS COUNTIF, neither working as expected. : r/googlesheets
May 24, 2025 - COUNTA() counts cells that have anything in them. COUNT() will count only cells with numbers (including dates). ... Oh... you mean the result is showing as a date. Nevermind, see adam's. ... Help and support with your functions, formulas, formatting, and Apps Scripts macros in Google Sheets.
🌐
Google Support
support.google.com › docs › answer › 3093991
COUNTA - Google Docs Editors Help
Although COUNTA is specified as taking a maximum of 30 arguments, Google Sheets supports an arbitrary number of arguments for this function. COUNTA counts all values in a dataset, including those which appear more than once and text values (including zero-length strings and whitespace).
🌐
Reddit
reddit.com › r/googlesheets › incorrect counting using counta
r/googlesheets on Reddit: Incorrect Counting using COUNTA
July 18, 2025 -

So I need to count the number of dates in a column, but some rows have more than one date in the column. My idea was to join them all into one cell, split them by the common delimiter, and then count all the cells from that joining and splitting. It gives the expected value any of the cells have a date, but returns 1 if the cell is empty. Could someone please explain why?

https://docs.google.com/spreadsheets/d/1zD7dKStl7Ex_c0fIbxvY6q2OlSAGjSS_TCqcYucAeHg/edit?usp=sharing

🌐
Ablebits
ablebits.com › ablebits blog › google sheets tips › google sheets functions › count and counta functions in google sheets with formula examples
COUNT and COUNTA functions in Google Sheets with formula examples
May 5, 2023 - 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.
🌐
Reddit
reddit.com › r/sheets › count is counting blank results?
r/sheets on Reddit: COUNT is counting blank results?
July 22, 2024 -

Guys! Today I noticed something supper odd. And now I wander was it always like this? Here's the issue/bug: in both Excel and GSheets the COUNT(range) and COUNTIF(range, "<>") formulas are counting the cells even if they have formula that outputs "" Blank results! WHATA HACK IS EVEN THAT?! Furthermore, at the bottom right corner when i selected a range with 10 blanks results and 10 non-blank results, the COUNT is also showing 20!

🌐
Reddit
reddit.com › r/googlesheets › countif/counta percentages
r/googlesheets on Reddit: COUNTIF/COUNTA percentages
July 1, 2023 -

I'm new to this, and this seems like a simple answer but I cant figure it out. I'm trying use a formula to show the amount of yes and no's in a couple different sections. It's working, but the data shows up as a decimal point out of 1, I want a simple Percentage out of 100. Is this possible?

The formula I'm using currently is =IFERROR(COUNTIF(X:Y,"YES")/COUNTA(X:Y))

Find elsewhere
🌐
Reddit
reddit.com › r/sheets › is it possible to use counta within a countif?
r/sheets on Reddit: Is it possible to use COUNTA within a COUNTIF?
June 29, 2023 -

Hi, I am updating a sheet that includes this formula: =countifs(P14:P,"<=500",O14:O,"1") but I want to change the data within col O to the price that was quoted for that particular job (like £495) instead of just "1" which is currently being used to denote that we won that particular job. Is it possible to get the formula to count the cells in col O that have data in, as a COUNTA would?

🌐
Reddit
reddit.com › r/exceltips › finally figured out the real difference between count and counta in excel 🤯
r/ExcelTips on Reddit: Finally figured out the real difference between COUNT and COUNTA in Excel 🤯
October 17, 2025 -

I’ve been using COUNT for years without realizing it quietly skips text cells — only counts numbers!

So if your dataset has words like “Yes” or “N/A”, you’ll need =COUNTA() instead, which counts all non-empty cells.

COUNT → counts only numeric cells

COUNTA → counts everything that’s not blank

It’s a tiny detail but super important if you’re summarizing survey data or attendance sheets.

I made a short 30-sec clip showing it in action here if anyone wants to see the difference visually 👇
🎥 https://www.youtube.com/shorts/pd_9ng_7EAQ

What’s another Excel formula you think people commonly misunderstand? I’m thinking of doing a mini-series on these small-but-powerful differences.

If you like bite-sized Excel tips, I’ve been collecting all of them here:

https://www.youtube.com/playlist?list=PL5w9hG_JDbyjTCBFAdRVobtQVZD1PvQRt

🌐
Reddit
reddit.com › r/googlesheets › formula for counting entries from a different sheet
r/googlesheets on Reddit: Formula for Counting Entries from a Different Sheet
June 30, 2023 -

Hey Y'all

I'm trying to use the =COUNTA formula to count the number of entries from a different sheet within a file. I tried =COUNTA(Sheet2!A2:A25) but it didn't work. The Sheet I'm trying to pull from is the 2nd sheet but it's also titled, "Raw Data (Do Not Edit)" I tried =COUNTA(Sheet'Raw Data (Do Not Edit)'!A2:A25) and it didn't work either.

Sorry if this is a super obvious problem but I'm struggling to figure it out!!

🌐
Google Sheets
sheetshelp.com › sheets help › statistical › count function google sheets: syntax & count vs counta
COUNT Function Google Sheets: Syntax & COUNT vs COUNTA
December 27, 2025 - It ignores text strings, blank cells, and errors. Get your copy of the template used in this tutorial to follow along. ... If your formula is returning 0 when you expect a number, you likely need COUNTA.
🌐
Reddit
reddit.com › r/googlesheets › is there a way to combine countif with counta?
r/googlesheets on Reddit: Is there a way to combine countif with counta?
June 3, 2024 -

Hey I tried countif, countifs and counta but it didnt work. Is there a way to combine counta with countif?

I want to know how many clients come from a referral. The name of the clients are always different.

I tried =Countifs(B2:B7;Counta(B2:B7);C2:C7;E2) And it gives a 0.

Mainly because of B2:B7;Counta I think

🌐
Owox
owox.com › blog › articles › google sheets tips › how to use the count and counta functions in google sheets: a complete guide
Using COUNT and COUNTA Functions in Google Sheets in 2025
June 1, 2026 - COUNT helps you quickly tally numeric values in a selected range, making it an essential part of the Google Sheets count functions, perfect for analyzing numerical data. COUNTA, on the other hand, counts all non-empty cells, including text and ...
🌐
Spreadsheet Wise
spreadsheetwise.com › post › count-and-counta-functions
COUNT and COUNTA Functions
April 12, 2026 - The COUNT function allows you to count a range of cells that contain numeric values. COUNTA goes one step further.
🌐
mysynonyms
mysynonyms.com › difference-between-count-and-counta
Difference Between COUNT and COUNTA: A Complete Guide
May 19, 2026 - In contrast, COUNTA counts almost every type of non-empty cell, including text, numbers, symbols, logical values, and even error messages. Learning the difference between COUNT and COUNTA helps users avoid calculation mistakes, improve spreadsheet ...
🌐
OfficeWheel
officewheel.com › home › google sheets › difference between count and counta in google sheets
Difference Between COUNT and COUNTA in Google Sheets
August 16, 2023 - The COUNT function in Google Sheets counts the total number of numerical values in a dataset. The syntax of the COUNT function is like below- ... The COUNTA function in Google Sheets counts the total number of values in a dataset.
🌐
LiveFlow
liveflow.com › product-guides › counta-function-in-google-sheets
COUNTA Function in Google Sheets: Explained | LiveFlow
... COUNTA stands for “count all”. The difference is that the COUNTA counts everything, including numbers, texts, dates, and times whereas the COUNT counts only numeric values, including dates and times.