Logic to restrict seperator type in cell
Hi team,
I have column in which values are separated by different seperator like ":" ,";", "." Etc.
I want to restrict user to enter only one seperator that is ";"
Is it possible in smartsheet?
Answers
-
You cannot restrict it during entry, but you can use a helper column with a formula (series of SUBSTITUTE functions) to swap out the incorrect delimiters with the corrects ones.
-
Could you please share one example
-
It would look somethign like this:
=SUBSTITUTE(SUBSTITUTE([Column Name]@row, ":", ";"), ",", ";")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 462 Global Discussions
- 155 Industry Talk
- 506 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 516 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!