Send a notification when all rows in a sheet are marked as complete
JSpears
✭✭✭✭✭
I'm trying to figure out a way for a notification to be triggered when all rows in a sheet are marked as complete.
I've tried to create a new column that would have the first cell with a formula that will
Enter a 1 if the count of the Status column with Blue equals the count of items in the primary column.
So something like this: =if((COUNTIF(status:status, "blue")=(COUNTIF(path:path, <>"")),1,0)
Any suggestions?
Tags:
Best Answer
-
Try =IF(COUNTIF(Status:Status, "Blue") = (COUNT(Path:Path)), 1, 0)
Answers
-
Try =IF(COUNTIF(Status:Status, "Blue") = (COUNT(Path:Path)), 1, 0)
-
Thank you!!! That worked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!