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
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!