Sheet Summary Formula with Indent Data

Trying to create a sheet summary formula to calculate the cost/project of indent data based on the outdented criteria:
So if the Regions size is Large then calculate the cost/project for all regions, I've only shown 2 as an example but this encompasses 80 regions of sizes 1-5 with multiple project names. the count of projects shown is a total of all projects but some are short term, mid term and long term.
So I tried sumif, averageif, If(Region size=2-small, sum(sumcost of projects/count of projects), "")
Best Answer
-
Create a new column called Parent, and put this in it: =PARENT([Region Size]@row)
Then you can use SUMIF, pointing at the Parent field.
Answers
-
Create a new column called Parent, and put this in it: =PARENT([Region Size]@row)
Then you can use SUMIF, pointing at the Parent field.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!