INDEX multiple CHILDREN values in PARENTrow
Hi,
I would like to index multiple children in a parent row. I'm using this formula if there is 3 children :
="•" + INDEX(CHILDREN([Primary Column]@row), 1) + $[Column3]$1 + INDEX(CHILDREN([Primary Column]@row), 2) + $[Column3]$1 + INDEX(CHILDREN([Primary Column]@row), 3)
I'm using this formula if there is 2 children :
="•" + INDEX(CHILDREN([Primary Column]@row), 1) + $[Column3]$1 + INDEX(CHILDREN([Primary Column]@row), 2)
Is it possible to make sure that the formula count the number of children and return the correct values in the parent row instead of adding up all index?
Thank you
Best Answer
-
=join(children([primary column]@row),char(10)+"•")
That should do it.
Answers
-
=join(children([primary column]@row),char(10)+"•")
That should do it.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!