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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!