Status Automation Based on the Number Of Check Boxes
Good Day Smartsheet Community:
I need a little help on Adding to My Formula Below:
=IF(COUNTIF(TS3:[Contractor Access]3, =0), "Not Started", "In Progress"
I would like to Add that If All Checkboxes are Checked then Complete
If 1 Checkbox is Checked then In Progress
If 0 Checkboxes then Not Started
Thanks
Answers
-
Hope you are fine, could you please add a screenshot for your sheet or tell me what is the number of you checkbox column?
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Try something like this...
=IF(COUNTIFS(TS3:[Contractor Access]3, @cell = 1) = 0, "Not Started", IF(COUNTIFS(TS3:[Contractor Access]3, @cell = 1) = COUNTIFS(TS3:[Contractor Access]3, OR(@cell = 1, @cell <> 1)), "Complete", "Not Started"))
-
@Paul Newcome Close but I am Missing the In Progress Status.
If One Box is Checked, it should be In Progress.
If ALL the Boxes are Checked it Should be Complete
If None of the Boxes are Checked, it Should Be Not Started
-
Sorry about that. Fingers got away from me for a second.
=IF(COUNTIFS(TS3:[Contractor Access]3, @cell = 1) = 0, "Not Started", IF(COUNTIFS(TS3:[Contractor Access]3, @cell = 1) = COUNTIFS(TS3:[Contractor Access]3, OR(@cell = 1, @cell <> 1)), "Complete", "In Progress"))
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!