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:
Good evening,
We are looking of how we would structure a formula to calculate the % of our production job each series is responsible for.
You would use a SUMIFS() formula along the lines of...
=SUMIFS([% of Total Production Time]:[% of Total Production Time], [Series ID]:[Series ID], #)
Just put the number 1 - 6 in place of the # to get a total of all percentages for that particular series.
Thank you , I see that this will work, my issue is going to be that I am keeping all of my metrics at the top of the sheet so my data rows do n ot start until Row 85 (parent row) and Row 86 is where the children rows start
Is there a way to start the tabulation from row 85 and include all the children rows as they get added ?
Thanks
Good afternoon
So I am trying to make it count rows 89 to 100 but something is wrong with my formula
Anyone have any insight?
Thank you
=SUMIFS([% of Total Production Time]89):[% of Total Production Time]1000), [Series ID]:[Series ID], 1)
Hi,
Your formula is referencing 89-1000 so change it to 100 and should be good to go.
Did it work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Yes. Simply replace the Column:Column range with a CHILDREN() range.
=SUMIFS(CHILDREN([% of Total Production Time]85), CHILDREN([Series ID]85), #)
The additional closed parenthesis after each cell reference will cause an error as well.
HMMM, So sorry guys,
It is showing me a zero, per below snap shot
I am stumped
=SUMIFS(CHILDREN([% of Total Production Time]89), CHILDREN([Series ID]89), 1)
The [% of Total Production Time] column... Is that numbers in the column and then the column formatted as a percentage or is the % being added manually?
I have an end date column and want to add 30 days to that for a new column that shows due date. How do I add 30 days to a date automatically?
The dashboard previously contained 16 widgets, and I have confirmed that the widgets still exist in the backend. However, when I open the dashboard, nothing is displayed, and I am unable to enter Edit Mode or access the widgets/data sources. I have already confirmed the following: I am the owner of the dashboard and have…
Why is it so convoluted now! I eventually figured out the changes and ended up with a sheet that Smartsheet completely reorganised the rows and the sheet is now useless to me as it is not in a logical order for me to easily restore to its original layout. This is not an "improvement"! It was far easier to upload data…