COUNT and SUM formula for Summary on Parent Rows
Hello! I am looking to fix a formula that came with one of the templates I found. The Summary section on the top I want to summarize the total contracts and total contract value...but I added parent rows to the bottom half.
What should I change in the formula for it not to include the parent rows in the sum?
Total Contracts Formula
=COUNT([Contract # / SOW / Quote Number]:[Contract # / SOW / Quote Number])
Total Contract Value Formula
=SUM([Contract Amount]:[Contract Amount])
Answers
-
@laura.sandoval You need a helper column that has a formula something like
=count(children()) and make it a column formula
then in your sum formula it would be something like
=SUMifs([Contract Amount]:[Contract Amount],[helperrow]:[helperrow],0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!