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
- 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!