Join two columns
Kris Peeters
✭✭✭✭
I have a column for first name and one for last name that I would like to join together in a column called combined name.
This is what I tried and it doesn't work: =JOIN([First Name]@row, [Last Name]@row])
Answers
-
Hey Kris!
I think this one can be a simple =[First Name]@row + " " + [Last Name]@row
Kathleen
-
Or you can get Last, First by using =[Last Name]@row + ", " + [First Name]@row .
I like to use this with forms to allow users to enter data in a linear form, but I get a consistent name column for all of my data.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!