Count and Sum Formulas - Auto Populate

Hi! I am currently working on a smartsheet that has several columns and under each column, are different employee names. Under each employee names, are job numbers, volume, region number, etc.
I want to use the COUNT formula for one column so that it autopopulates every time a new row is added. However, I don't want to include the entire column in the formula (only cells under the certain employee).
Can someone help me with the formula for this?
I am also trying to do the same thing with another column except I'm wanting to use the SUM formula.
Best Answer
-
Try removing the range. Just use
COUNT(CHILDREN())
Answers
-
You would need to incorporate the CHILDREN function.
=COUNT(CHILDREN())
=SUM(CHILDREN())
-
When I do this, it's giving me zero.
-
Those would go in the parent row (blue bar).
-
It's still giving me zero when I do that.
-
Can you provide a screenshot of that?
-
Try removing the range. Just use
COUNT(CHILDREN())
-
That worked, thank you!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!