Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
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!
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])
To create summary rows with totals, you'll want to do the following:
I am using Smartsheet on an Individual (Pro) plan. The red unread conversation indicators on rows no longer clear after I open and read the row conversations. I have already tried: Opening every conversation and scrolling through all comments. Using Mark all as read. Refreshing the sheet. Hard refresh (Ctrl + F5). Testing…
I have created an educational tool for our study teams to guide them in meeting Clinical Trial Transparency Best Practices. I've confirmed that I can publish a sheet with all columns and rows locked except for one cell. This cell has a dropdown column that is updated nightly via a data shuttle. People with access to this…
I have two sheets that use the exact same workflow: Trigger: When rows added/changed When checkbox - checked Send to contact in a cell Then record date In one sheet the workflow works as intended. In the other, the workflow appears to work (date is recorded) but no notification is received. I have already confirmed that…