Sign in to join the conversation:
Hi, I am having a problem with one formula that is not automatically copying to a new row (there are others that are being copied). The formula is:
=JOIN(CHILDREN([Column Name]1, ", ")
Why every other formula is being copied but not this?
Thanks.
Hi,
Strange!
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
Hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Hi, thanks for the reply.
I shared with you.
Thanks!
I'll take a look and get back to you!
Happy to help!
If I understand what you want to do you must use and add an Absolute Reference ($).
=JOIN(CHILDREN($[Ações (O quê?)]$5), ", ")
More info: https://help.smartsheet.com/articles/2476816-create-cell-column-reference-formula
Did it work?
Andrée
Hi, Andrée!
No, it is not the case of Absolute Reference.
If you do a simple test you will see what I mean:
Enter something below the yellow cell and press Enter: the formula at the column "Riscos Impactados" is copied.
Do it again below the "something" and press Enter: the formula is NOT copied.
I hope it is clear now. Thanks!
Ok.
I tested and I see what you mean now. Strange!
If you haven’t already, I would recommend that you reach out to the Smartsheet Support Team. Smartsheet Support Team
But, it worked after I saved the sheet so it's working.
It works for little time. If you include rows and new hierarchy it stops working! I have 20 sheets with this same problem!
I'd recommend checking with Smartsheet Support.
Let me know how it goes!
I need a column formula that can add sequential, unique IDs to data like this coming in from a form: Task Type Task ID Manual M001 Automated Manual M002 Manual M003 Manual M004 Automated Manual M005 Task IDs that aren’t the manual type need sequential numbering within their type (i.e. A001, A002, etc). Here’s the kicker:…
I'm trying to display a sum of the column Total Funds Available when Status = Apps Open, and Value Score = 5. Here is the formula I have: =SUMIFS([Total Funds Available]:[Total Funds Available], Status:Status, ="Apps Open", [Value Score]:[Value Score], ="5") There are rows that meet these conditions and should display a…
Hi everyone. We have an upcoming project is very short, but very critical, and requires that we track not only the start and end dates, but also the start and end times. Currently our team has added two columns, start time & end time, and they would like to add a duration column that can track the planned duration in…