-
Conditional Formatting Affects Hyperlinks
Currently when using conditional formatting hyperlinks are not affected. It would look better if the hyperlinks are affected by the conditional formatting (for example greyed out when box is checked).
-
More than 20 contacts in a cell for automated notification workflow
Data in SmartSheet are transformed into meaningful information for businesses. The preference of end users is to receive the information in their emails, instead of accessing the Smartsheet and reviewing the data, in order to piece together the information. By limiting a cell to 20 contacts, this reduces the potential of…
-
Transfer Sheet Folders When Merging User Accounts via user management console
Hello Support, Currently sheet folders do not transfer to a new primary account when using the user merge function, please include sheet folders in the current user merge tool within the user management console.
-
Add "Remove" field in Automations of Attachments
Seperate out the value that feeds into "Changed" when there is a removal of the attachment keep the rest.
-
Reference Comment in Formulas
Please add functionality to address comments via formula, such as =countif([Comments]@row, "No Change") to simply count how often in a row a project is listed as "No Change" or how often something is commented on with =count([Comments]@row). This would add functionality for tracking KPIs and Leading Indicators which is…
-
improvement opp. on "convert to column formula"
the current smartsheet will give an error if the formula with "$", for example: if i want to convert one cell formula with "$[A]$1 + $[B]$2"" to column formula, it will give error unless you remove all the "$" in the formula. this should be changed.
-
Macro Switch on Sheets
On Excel, you have the ability to create "Macros" which enables you to do time-consuming/repetitive tasks with a simple click of a button, within the Developer tab and then Visual Basic. For example, you can create a Macro in Excel which will automatically export the sheet, with the format you want for Excel, instead of…
-
Segmenting within Grids
It would be really helpful if Smartsheets allowed segmenting to provide the ability for formatting by cell or segments. For example, have the top segment of a Smartsheet have columns with formatting by contact names, and the bottom segment be a list of values, associated with the contact names in the rows above. Format…
-
Add ability to change text color when using "highlight changes"
The formatting of our templates includes summary / parent rows that are white text on a dark background. When highlight changes is turned on, it makes some of the text unreadable. I am not aware of a universal setting to change all highlight changes to another color but yellow... I think its a per sheet setting? Bening…
-
Simple Iteration
Please add iterators either from workflows or cyclic cell reference. For example if I wanted to increase a cell named [Count] by 1 every time a checkbox named [KPI] is checked, I could write a formula into [Count] such as: =if(KPI@row, Count@cell +1) and then set a workflow to uncheck KPI. This could also be done with a…