JOIN forumla help
Here is a pic of my sheet. I'm trying to find a way to identify a specific CHILDREN row. I thought that using JOIN to bring together the columns that are unique would give me something to refer to to identify a specific CHILDREN row. I'm trying to JOIN the PL##### with the GRANDCHILD under Deliverable Name and Assets. The result I'm looking for is:
PL25148,Request Received and PL25148,Copyediting
However, my JOIN formula isn't working. Any thoughts?
Best Answer
-
Hi Jeana,
Instead of using JOIN, try just adding the cells together, with a comma between:
=PARENT([Asset #]@row) + " , " + [Deliverable Name and Assets]@row
If there is no parent it could look a little funny as the comma will start the cell, so we could add an IF statement around for if the Parent isn't blank. Let me know if you want help with this, or if the above formula works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Hi Jeana,
Instead of using JOIN, try just adding the cells together, with a comma between:
=PARENT([Asset #]@row) + " , " + [Deliverable Name and Assets]@row
If there is no parent it could look a little funny as the comma will start the cell, so we could add an IF statement around for if the Parent isn't blank. Let me know if you want help with this, or if the above formula works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Good idea! Don't know why I keep over thinking these formulas. :-)
Thanks!
Jeana
-
Haha no problem! I do that all the time, too. 🙂
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
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!