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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!