Finding the child rows of a parent row
We keep track of team projects on 1 smart sheet. Projects are in parent rows. Task related to these projects are in children rows. We also have ongoing tasks (newsletters, etc) that have a due date of 12/31/19.
Here is the formula to determine the number of ongoing projects: COUNTIFS({Project List Range 1}, "Project", {Project List Range 2}, DATE(2019, 12, 31)). How could I use the Children function to find the number of tasks/child rows that have a due date with a particular month?
Thanks!
Comments
-
Hey shecodesit!
To count the number of child rows with a due date in a particular month you'll want to try something like this:
=COUNTIF(CHILDREN([Due Date]1), MONTH(@cell) = 7)
Here are a few help center articles on the functions above:
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!