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?
Hello, I have a workflow where, when a team member checks a checkbox, Smartsheet automatically sends an email to themselves containing merge fields that are used as a customer email draft. The challenge is that this activity typically happens on a deadline day, and a team member may need to generate 30 or more of these…
Hi all, reaching out to see if of you have ideas; I'm hoping this makes sense: I'm having some trouble getting my formulas to pull data in correctly. I currently have a sheet (primary data) where I have data in rows where each row is a single project, with columns identifying persons, $ values, unique project identifier,…
I have a sheet with 5000 rows and 30 columns. with 4 columns of them are formular columns. How can i reach this limit for 25000000 formular cells reference? How can i enlarge this limit? I need those formular to link some data from another sheet as there is also Max cells limit for one sheet. How can I join those data…