Concatenating values from two columns with 20 spaces between them
Hi guys,
I have a task to concatenate two strings from two different columns with formula. The values are for example SEA129 and 01.
What I want to achieve is a string which will look like this "SEA129 (20 blank spaces) 01"
Has anybody encountered similar issue?
Best Answer
-
You can accomplish this on the back-end as having those 20 spaces stored, but the cell will only show a single space.
=[Column 1]@row + " insert your 20 spaces here " + [Column 2]@row
Does it have to be spaces? Why 20?
Answers
-
You can accomplish this on the back-end as having those 20 spaces stored, but the cell will only show a single space.
=[Column 1]@row + " insert your 20 spaces here " + [Column 2]@row
Does it have to be spaces? Why 20?
-
Thanks, nice tip. It turned out that it's indeed stored, and when I export it to file, the spaces show :D Thank you! That's what I needed!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!