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
- Smartsheet Customer Resources
- 62.2K Get Help
- 359 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!