JOIN using Children with Multi-Select Dropdown
Hi everyone,
I have a column in which the user selects the countries impacted from a drop-down list. More than one country can be selected. Now, I want to reflect all those countries in the child rows back to the parent row.
Easy enough, just use =JOIN(children()), right?
However, if I do this, it joins the information in the child rows together. If the child row has "Japan" and "South Korea" selected, JOIN(children()) will result in "JapanSouth Korea". Is there a certain delimiter I can use to tell it that these are two different values?
Answers
-
Hello @Regen
Yes, the Join function can include delimiters. You get to choose which one you like. Should you want the list to appear with line breaks as the delimiter, use CHAR(10) not enclosed in quotes. You must format the column as wrap-text to see the line break.
Kelly
-
Hi @Regen
I see you marked Kelly's answer as not resolving your issue. Have you tried adding in CHAR(10)?
Here's an example of the syntax:
=JOIN(CHILDREN(), CHAR(10))
Or you can use commas or other characters, but you'll want those in quotes:
=JOIN(CHILDREN(), ", ")
If this hasn't helped, it would be useful to see a screen capture and example of the formula you're using, but please block out sensitive data.
Cheers,
Genevieve
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!