Formula help with 2 columns of check boxes
Hi,
I am new to Smartsheet and need some help. The main column is [Customer Name] and all rows below it are different customer names. Next, I have two checkbox columns [Comp. A Ready] and [Comp. B Ready]. I have used COUNTIF formulas to total the number of checked boxes for [Comp. A Ready] and [Comp. B Ready] individually in sheet summary.
Next in Sheet Summary, and what I can't figure out, is how to obtain the number of customers who have [Comp. A Ready] checked and [Comp. B Ready] not checked.
Thanks!
Best Answer
-
Would this work? =COUNTIFS([Comp. A Ready]:[Comp. A Ready], 1, [Comp. B Ready]:[Comp. B Ready], 0)
This formula will give you the count of all rows where "[Comp. A Ready]" is checked and "[Comp. B Ready]" is not checked, effectively counting the number of customers meeting these conditions.
Answers
-
Would this work? =COUNTIFS([Comp. A Ready]:[Comp. A Ready], 1, [Comp. B Ready]:[Comp. B Ready], 0)
This formula will give you the count of all rows where "[Comp. A Ready]" is checked and "[Comp. B Ready]" is not checked, effectively counting the number of customers meeting these conditions.
-
It worked. THANK YOU! I was missing the comma after the "1" .
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 446 Global Discussions
- 144 Industry Talk
- 478 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!