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.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!