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've got the following formula in a Check Box column to check when something is due in the Next 3 weeks. =IFERROR(IF(AND(WEEKNUMBER([Projected Cleaning Date]@row ) = WEEKNUMBER(TODAY()) + 3, YEAR([Projected Cleaning Date]@row ) = YEAR(TODAY())), 1), "") I have them for 2 weeks, 3 weeks, 4 weeks, and 5 weeks. These stopped…
I'm using salesforce connector to pull my team's hours information in real-time. The Salesforce connector sheet contains sheet summaries that I'd like to use a cell reference for a different sheet. I can't seem to find the best way or formula to do this. I don't want to use a dashboard with report widgets because I prefer…
I have two formulas which work well independently, but when I combine them they don't. formula 1: =IF(YEAR([Joined date]@row ) = 2025, JOIN(COLLECT({Membership Survey 2025 - Experience}, {Membership Prioritisation Survey 2025 - Org}, [Organisation name]@row ))) formula 2: =IF(YEAR([Joined date]@row ) < 2025,…