Hi, one time I saw a formula that can count how many checkbox are TRUE in a define range with other checkbox (like if I have 10 checkbox and only 4 are TRUE, the result of the formula is 4/10)
I remember something like
=CONCAT(IF TRUE(A2:A11)"/"(A2:A17))
but spreadsheet give me error.
I searched for a while in this subreddit, but I didn't found any similar posts (maybe I searched using the wrong words).
I hope someone has the answer. It's okay if it's different from what I remember, don't worry!
Thank you in advance!
Google SHeets: Count Checked checkboxes in filtered data of google sheet - Google Docs Editors Community
How to count number of checked checkboxes - Google Docs Editors Community
Counting a specific value but only if its corresponded checkbox is ticked.
A counter of the TRUE checkbox
Does Coefficient work with both Google Sheets and Excel?
What is Coefficient's AI Sheets Assistant?
How does Coefficient's automated refresh work?
I'm trying to count all X values and Y values in one column but only if their corresponding checkboxes are ticked.
I imagine there's a nested combination of IF and COUNTIF but I just can't get the syntax right.
| X | TRUE |
|---|---|
| Y | FALSE |
| X | TRUE |
| Y | TRUE |
My X total should reflect 2 and my Y total should reflect 1.
Also, if I have an X.1, can I use the OR function to include that in my "X" count?
Thanks!