Sign in to join the conversation:
When I use formula in a contact column and add a new row, the formula is not copied down along with all the other columns formula. Is this a bug?
Thanks in advance!
Eli
Hi Eli,
I just did a quick test, and it worked if it was in between rows, but it didn't seem to work for the last row of the section.
I'll do some more testing and report back if I see a pattern.
If you haven’t already, I would recommend that you reach out to the Smartsheet Support Team. Smartsheet Support Team
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
thank you, I just did.
Excellent!
Happy to help!
That definitely sounds like a bug of some sort. Usually adding new rows in the middle makes formula auto-fill hit or miss in my experience, but a new row at the bottom of the sheet shouldn't be an issue.
I have a parent row that I'm using to sum all child row values where Children = 0 and Status = "Not Started". This is my formula. =IF(OR(ISBLANK(Status@row ), Hierarchy@row = 0), "", IF(Hierarchy@row = 1, SUM(CHILDREN()), IF(AND(Children@row = 0, Status@row = "Not Started"), 1, 0))) However, if any of my task rows are…
Hi, I am trying to get a column that provides the Date (easy with Record a Date) but I need the TIME as well. Most of my tables I just use the right function on the Modified Date because the only thing updating those tables are automations or data imports. But a few tables have automations, data imports, and manual inputs.…
I’m hoping to get a second set of eyes from the community in case I’m missing something obvious or there’s a cleaner pattern I should be using. I’ve used ChatGPT to try and help me group/organize my situation coherently…. Because at this point I feel crazy… I’ve literally worked on this for hours. Environment •Smartsheet…