Concatenates in Smartsheet from Excel?

I'm in the process of moving my teams over to Smartsheet and having some difficulty migrating over information from excel that has excel formulas. Is it possible to combine multiple cells and add in a symbol, such as |, between two sets of data?
The excel formula being used is: =IFERROR(CONCAT($A7,", ",$B7," | ",$D7),)
Second formula is: =IFERROR(CONCAT($A7,", ",$B7," | ",$D7," | COMPANY"),)
Third is for alt text tags: =IFERROR(CONCAT(SUBSTITUTE($A7," ","-"),"-",SUBSTITUTE($D7," ","-"),"-COMPANY"),)
A = Name, B = Title, D = Location
Thanks in advance!
Best Answer
-
Smartsheet does not have a CONCAT function you simply use the + sign. Example below:
=Name@row + " | " + Title@row
Answers
-
Smartsheet does not have a CONCAT function you simply use the + sign. Example below:
=Name@row + " | " + Title@row
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!