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!
My current formula is below. I would like to update this so that I only get a total of those that have been Quoted and have a timeframe data of 2025. How do I add this extra filter into the formula? =SUMIF(Status:Status, "Quoted", [Est. GP]:[Est. GP])
I'm not able to "view by" a field that I have in my sheets - Quarters (Q1, Q2, Q3, Q4) - in my report. I think it is because I have used a formula to calculate the quarters in my sheets. Does anyone know a way to get a formula based field on the dropdown for view by in my report?
=SUMIFS({GM Compliance Trained}, {GM Compliance Training Dept}, Department@row , {Compliance Training Date}, MONTH(7, 8, 9)) GM Compliance Trained is the number of employees trained. I am trying to sum the number of employees trained in each department during 3rd quarter (July 1-Sep 30). Thinking I need an IFERROR in there…