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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!