Please please please make it possible to use formulas in contact columns!
Hello,
As you have noticed, the Contact List column currently doesn’t support formulas. When you have a moment, please submit a Product Enhancement Request using the form under Quick links on the right to let our Product team know that you'd like to have this functionality in Smartsheet.
Thank you for your feedback!
Hi,
It's released now!
https://community.smartsheet.com/announcement/announcing-formula-support-contact-columns
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
I have a workflow that changes the value in 2 columns when an attachment is either added to an existing row or included in a new row. We have used this workflow for years, and about a month ago it ceased to work. I duplicated the workflow and deleted the old one. The new one worked for a couple of weeks and then it ceased…
Looking for your help, the below formula works for the moment: =IFERROR(INDEX({SFDC Opps for Renewals Range 1}, MATCH(SFOP@row , {SFDC Opps for Renewals Range 2}, 0)), "No Match Found") However the column above actually contains multiple SFOPs and so I think I need to add a CONTAIN element to the formula so when SFOP…
Based on the screenshot below, I am trying to write a formula that will pull in the reason for change on the row where " most recent change" is checked. Thoughts on the best formula? I've tried: =IF([Most Recent Change]:[Most Recent Change] = 1, [Reason for Change]:[Reason for Change] , "") Is there something I can do with…