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!
We have two cells with 'planned start' and 'planned end' dates. We also have two cells for 'actual/revised start date' and 'actual/revised end date'. These are designed to allow managers to enter the estimated start/end date of a milestone, and the revised start and end date when things slip. The actual/revised end date…
Hi Community! Hoping you can assist. Can you tell me what is wrong with this formula for counting how many publications that fall within one month? =COUNTIFS( [Publication Date]:[Publication Date], >=EOMONTH(TODAY(), -1) + 1, [Publication Date]:[Publication Date], <=EOMONTH(TODAY(), 0) ) The date in the Publication Date…
I have two sheets: the first sheet is called 'Source Sheet', and the second is called 'Helper Sheet'. I want to use the Helper Sheet to track survey responses that are fed into the Source Sheet. The formula should reference a column in the first sheet named 'Company Email'. If that column is not blank on the Source Sheet,…