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!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.7K Get Help
- 472 Global Discussions
- 200 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!