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, smartsheetguru.com
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, smartsheetguru.com
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
Check out the Formula Handbook template!