Adding a leading and trailing space to an entry in a cell.
Hello, I am trying to find a simple way to add a space before and after entries in a column. I'm also wondering if I can apply this to a column containing a series of numbers.
Ex -
What I have: "12345"
What I want: " 12345 "
Also
What I have: "12345 2346 34567 45678"
What I want: " 12345 2346 34567 45678 "
Thank you!
Best Answer
-
@sawuzie Are you ok adding another column? if so you can concatenate a space like this:
=" "+[Column name]@row+" "
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Answers
-
@sawuzie Are you ok adding another column? if so you can concatenate a space like this:
=" "+[Column name]@row+" "
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
Although I will not be needing the formula anymore, this did the job, thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!