You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to SUM only checked checkboxes in a column

Hi,


I was unable to find this anywhere, so:



In Numbers, I have a column of checkboxes. At the bottom, I'd like to see how many of the checkboxes in the column are checked.



Thanks,


Roman


Numbers 4.1.1.

MacBook Pro, Mac OS X (10.7), 2.26 GHz Intel Core 2 Duo

Posted on Jun 8, 2017 8:13 AM

Reply
Question marked as Top-ranking reply

Posted on Jun 8, 2017 9:44 AM

You can use COUNTIF, like this:


User uploaded file


=COUNTIF(B,TRUE)


In the example row 7 is defined as a Footer Row.


User uploaded file



And if you want to sum a column, you could do something like this:


User uploaded file


=SUMIF(B,TRUE,C)



SG

3 replies

How to SUM only checked checkboxes in a column

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.