Percentage with COUNTIF - Google Docs Editors Community
COUNTIF/COUNTA percentages
COUNTIF or COUNTA ? How to Count
google sheets - COUNTIF OR COUNTA - Stack Overflow
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))
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...)
You can also try:
=COUNTA(FILTER(B:G,A:A="Smith"))

The COUNTA Function is categorized under Excel Statistical functions. It will calculate the number of cells that are not blank within a given set of values. The COUNTA function is also commonly referred to as the Excel COUNTIF Not Blank formula.
The COUNTA function is useful if we wish to keep a count of cells in a given range. Apart from crunching numbers, we often need to count cells with values. In such a scenario, the function can be useful.