How do I add a space in a reference formula? I want the space to display between the two values that
Good Afternoon,
I have built an event calendar tracker. I want the display name on the calendar to include information from two columns of data. The formula I am using for calendar display is =Location1 + [Event Name]1. In the calendar display column I want a space between the location and event name.
Best Answer
-
=Location1 + " " + [Event Name]1
Answers
-
=Location1 + " " + [Event Name]1
-
Thank you.
-
No problem. Just a hint, if you are referencing something on the same row you can use the @row reference.
=Location@row + " " + [Event Name]@row
This speeds up the sheet, and is a more professional way to build your formulas. The difference is if you use a row number, the program has to update each formula individually on refresh which can result in a significant performance decline for larger sheets.
Not that you probably need to do this for the sheet you are building, but it is a good habit to get in.
-
how would you display multiple spaces? " "+" "+" " etc...?
I know char(9) isn't recognized...
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!