Auto populate a child from a parent

MForston
✭✭✭
I would like my child row to auto populate from the parent row when triggered from a cad person. I would like the "Drawing Number" and "Project" from the parent row to auto populate the child row when a "Cad person" is chosen. I would be fine with a separate column that would equal the parent row drawing number and Project per child when triggered from a cad person.
Answers
-
Hey @MForston
=IF(AND([Cad Person]@row<>"", COUNT(CHILDREN([Drawing Number]@row))=0), PARENT([Drawing Number]@row)+" "+Project@row)
If you want additional delimiters, like a dash, in between the Drawing Number and Project then add that between the quotes,
Will this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 146 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 73 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!