Feb 25, 2021
How Do I Add Up Multiple COUNTA Values?
I have been having issues trying to add multiple COUNTA values together. I tried to use SUBTOTAL, SUM, and COUNT formulas however I am running into parsing errors.
To give some background, I have multiple COUNTA values that will change over time as I add more data to my sheet. COUNTA works well when I have them individually showing separate formulas for separate ranges. I want to be able to have all the COUNTA ranges that I have be added together into one cell. The sheet has multiple formulas setup that work with each other.
It looks like SUBTOTAL would be the formula to use but I keep running into errors. Maybe someone can help guide me in the right direction?
Example of the SUBTOTAL Formula I tried
=SUBTOTAL(3, Example!$AG$7:$AG , Example!$AH$7:$AH , Example!$AI$7:$AI , Example!$AJ$7:$AJ , Example!$AK$7:$AK , Example!$AL$7:$AL , Example!$AM$7:$AM , Example!$AN$7:$AN , Example!$AO$7:$AO , Example!$AP$7:$AP , Example!$AQ$7:$AQ)
If I can get this working, my goal would be to then have the SUBTOTAL be divided by another SUBTOTAL value(Or a hard number, whatever works) and converted into a percentage EG. SUBTOTAL(...)/SUBTOTAL(...)
Thank you
Details
Community content may not be verified or up-to-date. Learn more.
Last edited Feb 25, 2021
All Replies (2)