If formulas with Parents & Children
Hello All,
I have been looking for some help with a formula between parents and children.
The goal is to have a column to pull a report off of so when it pulls we know it was a child and not just a regular line.
The formula works for a Child but when we want the Parent line in the column to pull the parent data it shows up as "blank". We have part of the formula going off an ancestor column (Labeled in photos as the Parent column), so maybe that is where we are going wrong?
Formula is as follows that works only for children: =IF(COUNT(CHILDREN([Equipment/Project Title]@row)) = 0, PARENT([Equipment/Project Title]@row))
We have tried a couple different formulas but it still won't pull the parent title.
Thanks in Advance!
Answers
-
You have an output for if it is a child row, but you didn't include an output for when it is not a child row.
=IF(COUNT(CHILDREN([Equipment/Project Title]@row)) = 0, PARENT([Equipment/Project Title]@row), this is where you tell it what to do on the parent rows)
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!