Checking a box on all rows that meet a certain critera.
Hi, I'm in need of a formula that checks a box if the "Current Status" Column on all matching "Lab" "Number" columns that are marked as "Review Complete".
For example in the screenshot below I have lab number CD722 in 4 different rows. When each of those row's "Current Status" is marked as "Review Complete" I would like there to be another checkbox column that gets marked on each row so that I can set up an automation to move those rows to a new sheet, but only if all CD722 rows are marked as "Review Complete"
Answers
-
Try this:
=IF(COUNTIFS(Lab:Lab, @cell = Lab@row, NUmber:Number, @cell = Number@row, [Current Status]:[Current Status], @cell = "Review Complete") = COUNTIFS(Lab:Lab, @cell = Lab@row, NUmber:Number, @cell = Number@row), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!