Checking Done for multiple cells
Hi! I am trying to find a formula to check a box Done when several other cells are checked done.
Such as Master Task=done when Task 1, Task 2, Task 3 and Task 4 are checked done.
My If Then formula doesn't seem to work. Any thoughts?
=IF([Column2]1 = "Done", 1, 0)
Comments
-
Are the tasks in different rows of the same column or different columns of the same row? Are they all checkboxes, or are there some that are the actual text of "Done"?
-
Also... is Column2 the actual name of your column? Smartsheet references the actual names of your headers.
-
Also, If [Column2]1 is a checkbox your formula should be...
=IF([Column2]1 = 1, 1, 0)
1 = a checked box.
-
Mike,
My thoughts exactly. That's why I asked if they were all checkboxes. I wanted to make sure we got it right in case it were maybe a status dropdown type of thing going on.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 405 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!