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
- Smartsheet Customer Resources
- 62.1K Get Help
- 352 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!