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 wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
Hello, I have the formula to check a box for line items with the current month. =IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0) Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?
Please help, I have a few of these to do. I have a nested IF formula. The first part is an INDEX/MATCH and works as a standalone. The next few are INDEX/COLLECT. These are not working as standalone or in the nested version (Unparsable Error). Any ideas? =IF(CONTAINS(“A/V”, [Vendor Type]@row ), INDEX(COLLECT({Date Secured…