Create multi-contact cell from a row array of individual contacts
I have a sheet as:
Header: SME1; SME2; SME3; All SMEs
Row 1: Bill Ross; Suzie Collins; Anne Doe; =join([SME1:SME3]@row)
Each of the SME columns is a contact. I want to fill my 'All SMEs' column with a formula which makes a multi-contact with all of the contacts joined together for easier filtering.
I've tried to write the formula as =join[SME1:SME3]@row, CHAR(10)) and a couple variants thereof. It's not working. Instead, it just joins the contacts as text instead of as contacts.
Please help! Thanks :D
Answers
-
Hi @Jonathan Valz
Hope you are fine, please check that all columns(SME1; SME2; SME3; All SMEs) type are "Contact List" then use the following formula:
=JOIN([SME1]@row:[SME3]@row, CHAR(10))
the following screenshot shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi Bassam,
Thanks for the response. Unfortunately not what I'm looking for (multi-value contact cell).
My current formula gets me 'SME Grouped'
What I'm looking for is 'SME Grouped s/b'
e.g.
-
Was there a resolution for this? I'm have the same problem
-
Hi @MarieM
Contacts cannot be joined together in a multi-select cell using a formula - they can be joined but the values will appear as Text. You'll need to have the multi-select combinations listed somewhere else as a reference that you can then bring back.
You may want to vote on the Idea post in our Product Feedback category, here:
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!