Sheet Summary formula to count task health that is red
Hello! I want to use the sheet summary to count how many of my children rows have a health of red in a given "promo month"
Example:
Count if the Promo month = August 2024 and Health = Red (for the children rows only)
Thank you!
Answers
-
Hello @Hannah Gray
Hope you are well. This will work with a helper column.
If you add a helper column, call it 'Parent' and make it a checkbox column. Insert this formula in the 'Parent' column: =COUNT(ANCESTORS()) - make it a column formula column.
In the Sheet Summary field - call it 'Count', enter this formula:
=COUNTIFS(Parent:Parent, 1, [Promo Month]:[Promo Month], "August 2024", Health:Health, "Red")
Hope it helps.
Peggy
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!