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 looking to create a formula that will count the number of overdue tasks. This is based on the "assigned to", "status" and "due date". My current formula is =COUNTIFS({[Sheet Name]}, <TODAY(), {[Sheet Name]}, ="[Assigned To]"). However, this is pulling tasks that are due in the past, but are completed.
In the above image the green is the parent line, where some are calculating the child line %'s below, however in the lower half of the image it's not doing so. Any suggestions please? Thanks!
I have a sheet where I query 14 other sheets to collect all sorts of data (unique values from sheet into a column) and in another column I use an Index distinct collect to get all the unique value from those 14 columns, this is the 'Index' column. At some point a user will want to generate a certificate associted with the…