Counting check boxes in a row if "Yes" is written in a cell in the same row
The following formula works for counting my check boxes but I cannot seem to figure out how to write the rest of the formula to only count the check boxes in my row if "Yes" is written in a cell in the same row. Help please!
=COUNTIF([Building Perimeter Verified]@row:[Reminder Email Sent]@row, =1)
Thanks so much!
Best Answers
-
Try using the COUNTIF as the output for an IF statement.
=IF([Column Name]@row = "Yes", COUNTIF([Building Perimeter Verified]@row:[Reminder Email Sent]@row, =1))
-
Thank you so much, Paul! Exactly what I needed!
Answers
-
Try using the COUNTIF as the output for an IF statement.
=IF([Column Name]@row = "Yes", COUNTIF([Building Perimeter Verified]@row:[Reminder Email Sent]@row, =1))
-
Thank you so much, Paul! Exactly what I needed!
-
Happy to help! 👍️
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!