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
- 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!