Adding up total check boxes
Hello
I am trying to find a way sum up in the comment column row 1 the number of check boxes that were checked off in each row 3+3+2+4
So on each column i have the formula =COUNTIF([7/9/21 - Friday]2:[7/9/21 - Friday]24, 1) + "...etc"
This formula provides a count for column where a check box is checked off.
I would now like to add that row across to get a total number checked. What formula would you use?
A simple sum is not working 🤔
Please help
Answers
-
With the + "" a the end of the formula you are converting the results into a text value (which has to be done to get it to display properly in a checkbox column).
You are going to need to incorporate a VALUE function like so...
=SUM(VALUE([7/9/21 - Friday]@row), VALUE(7/9/21- Saturday]@row), VALUE(7/9/21- Sunday]@row), ..............................................)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!