Issue combining data of 2 fields
I need to combine data of two fields. 1 field is a dropdown and the other open text.
The first option to combine them didn't work:
=TEXT([Content Subset]@row, "General") & [Playlist Brand]@row
The second option was to convert the 'Content Subset' to text and then combine, but that again didn't work:
=TEXT([Content Subset]@row, "General") & [Playlist Brand]@row
Also separating the steps, converting the 'Content Subset' to text on its own, didn't work. I'm not sure what other options are there, or what may cause this?
Best Answer
-
It looks like you are using Excel syntax which very often is different from Smartsheet syntax.
Smartsheet does not have a TEXT function. You also combine strings by "adding" them together.
=[Content Subset]@row + [Playlist Brand]@row
If you want a delimiter in between:
=[Content Subset]@row + "delimiter_of_choice" + [Playlist Brand]@row
Answers
-
It looks like you are using Excel syntax which very often is different from Smartsheet syntax.
Smartsheet does not have a TEXT function. You also combine strings by "adding" them together.
=[Content Subset]@row + [Playlist Brand]@row
If you want a delimiter in between:
=[Content Subset]@row + "delimiter_of_choice" + [Playlist Brand]@row
-
Thanks, this resolved my problem!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 404 Global Discussions
- 215 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!