Summary Row Card View
Hello,
I cannot find any resources showing how to create a summary row card in card view. My lanes are based on stages of a project which is selected through a drop down on each row. I would like to total the NPV of each project that is in that stage (NPV is one of the columns in my sheet). How do I do this?
Thanks!
Comments
-
I think I had something similar so maybe this will help
I had a parent row in my sheet for Sprint
And then i had children rows for each item in the sprint
I wanted to know what the total number of hours per sprint for each item
My first attempt was to use a sumif with children. The limitation of this is that it would not capture any of the grandchildren
If you need I could try and dig up that formula
So instead I switched to a formula which used a sprint column in each item row. I needed to do this as two columns - one was estimate and a second sprint estimate to make sure things didn't get double counted
=SUMIF(Sprint:Sprint, "Sprint 22", [Estimation of Effort]:[Estimation of Effort])
-
Hello,
To create summary rows with totals, you'll want to do the following:
- Temporarily your sheet to grid or gantt view
- Establish hierarchy by indenting child rows underneath a parent, more info on this in our help center: https://help.smartsheet.com/articles/504734-hierarchy-indenting-outdenting-rows
- Create a SUM function that adds together your NPV children, e.g. placing this formula in the parent row: =SUM(CHILDREN())
More information on the SUM function here: https://help.smartsheet.com/function/sum
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives