Count Help, Don't Know Where To Start
Hi Everyone,
I would like to do a project status summary. Each parent is a school site, and the children are the projects that need completion. In the drop-down menus next to the projects I change the project status to complete when done. I'd like to create a list of all the school sites included in this project that shows when all three items are complete, I'd like to include the data as a dashboard widget later on. On the dashboard, I'd like to show the schools that are complete vs the schools in progress. I'd like to create a formula that automatically updates the school site as 100% complete after all three projects have been completed. I'm having trouble visioning how to bring this to life. I'd love input from all of you Smartsheet pros!
Answers
-
Would I be able to use an IF Function for this possibly?
-
I would suggest a hidden helper column with the following column formula:
=COUNT(ANCESTORS())
Then you can use this formula in the Parent rows of the Status column:
=IF(COUNTIFS(CHILDREN(), "Not Started") = COUNT(CHILDREN()), "Not Started", IF(COUNTIFS(CHILDREN(), "Complete") = COUNT(CHILDREN()), "Complete", "In Progress"))
The parent rows of the Completion Date column would have this:
=MAX(CHILDREN())
From there you have quite a few options on how to grab your counts for schools in each status. The option(s) you go with is going to be dependent on how exactly you want the data displayed on the dashboard.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!