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
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!