I would like to be able to send a snip of smartsheet items (including dashboards) in a similar manner to an alert on a regular basis or on an action from a user.
As an API user I would like to be able to move reports to different folder/workspace as we do with sheets, so I can perform mass changes.
What is the current status of including a date time format/function and the ability to have multiple calendars per sheet? The lack of these 2 functions has limited the use of Smartsheet for several projects and outages at our facilities.
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…
Ok, I'm not new to Smartsheet but recently this simple automation has had me stumped. Pictured below is a simple automation we use to verify that an attachment has been added to each row in our system. IF attachment added or changed, THEN Change Cell Value. These worked beautifully all over our system until about a month…