Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The addition of Dropdown (Multi Select) has been very useful, but the page breaks that it includes between each selection has made formatting the strings problematic. Is there anyway to removed page breaks or replace them with a space or another character?
It is actually a line break which is also
CHAR(10)
.
Using the CHAR(10) reference in a SUBSTITUTE function will give you the ability to replace the line breaks.
=SUBSTITUTE([Multi-Select Column]@row, CHAR(10), "")
will remove the line break.
If you wanted to replace instead of remove, then the spot for that would be where you see "" in the above formula. You can put whatever you want in there to replace the line break.
Thank you so much!
Happy to help!
Anyway we can make this view only for security purposes? We would like to prevent users from sending responses to other users by accident.
I am currently setting up an automation for people to get notified through their email, when they are prompted. But is there a way that they can reply in the email of a comment that will then go to the specific sheet. This way they do not have access to the sheet, but can just comment through email with updates?
I am extremely frustrated and disappointed with my current Smartsheet experience. I have paid for a Pro subscription, I am the owner and administrator of my account and sheets, and I have confirmed I am logged into the correct account. Despite this, Smartsheet is not recognizing my Pro subscription, and I am unable to…