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 am wanting to calculate Netdays but only if there is data in 'Corrective Action 1' I am currently using this formula: =IF(ISBLANK([Date Action 1 Complete]@row ), NETDAYS([Date of Event]@row , TODAY()), NETDAYS([Date of Event]@row , [Date Action 1 Complete]@row )) How do I adjust it to only pull a date when Corrective…
I have Concept phase projects that can result in multiple Phase 1 projects being generated from one Concept Review. I want to calculate the time in the Concept Phase for the first project from that Concept (the Approved Gate 0 UID), but mark it N/A for any subsequent references to that UID. I figured out the formula below…
I need to extract and split the contents of a cell in a Smartsheet into three separate columns to a new smartsheet. The cell entries are originally submitted through a form.