Sign in to join the conversation:
I am working on a master SmartSheet to roll up other Sheets into one.
When changes are made in the linked SmartSheets, this is not reflected in the master.
If I add additional rows, my master is not updated
What I am missing?
Hi Nadine,
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? That would make it easier to help.
I hope this helps you!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi Andrée
I am facing the similar problem. I have added image illustrating what I am doing
New rows are added to project sheets everyday. How can link to these rows directly from the master sheet. I have to re-link manually every time new rows are added to a project sheet.
Another question, is there any way to link to a parent all children in other sheet?
Thanks for help
Hi,
How are the rows added to the project sheets?
Can you describe this in more detail because I'm not sure what you want to do?
Have a fantastic week!
Hi Andre'e
to your questions
Jira projects / Jira connector
I want to be able to link to rows dynamically. I mean if new rows are added to the project sheet, they should be automatically added to master sheet in the designated area as well. Let's say I have a dynamic changing/growing epic in project sheet. Each time a new story is added to this epic in project sheet it should be automatically added to the master sheet as well if this epic is linked to the same epic in project sheet. Is there a way to link to all children of this epic?
NKH
Thanks!
Unfortunately, there isn't a way to copy rows to specific sections in another sheet natively, but it could be possible with the API.
Please submit an Enhancement Request when you have a moment.
A possible workaround could be to use a service like Zapier or similar to copy the rows to another sheet and then rearrange them manually.
Would that work?
Andrée
How did it go? Did you manage to get something set up?
Happy Holidays & Happy New Year!
I'm trying to get a formula for a sheet summary value to calculate average duration of rows where Risk Type = "EDAM Risk" and Status = "Resolved - Mitigated" or "Resolved - Decision." Assuming: Duration is in a column named Duration Risk Type is in a column named Type Status is in a column named Status I've been using the…
Hi, I am using this formula =IF([Warranty Status]@row = "Warranty Expired", IF(AND([Asset Status]@row = "In-Stock), "Out Of Warranty","")) Its says the formula is unparseable. I can't figure out the issue with the formula. Help is appreciated.
I am trying to write a cross sheet formula and keep getting the incorrect argument set error. The formula I wrote is: =SUMIFS({Total Poles}, {Vendor}, "ALLO", {Date}, >=TODAY(-30)) My formula is stating that I sound sum the amount of poles where the vendor column is Allo and where the date column lists dates within the…