Trying to figure out how to leverage a name to autofill assigned to in children tasks.
I have a sheet where people are picking up open assignments. This is being linked to the master sheet with the Parent and children tasks. I am trying to figure out how the "pick up assignment" can auto fill in the "assigned To" child tasks once the Pick up assignment has been filled out?
See attachment for more detail?
Answers
-
Unless I'm missing something, you can just do =[Pick Up Assignment]@row in the Assigned To column and make that a column formula.
If you want Sally Sue as the default assignment then it's =if([Pick Up Assignment]@row<>"", [Pick Up Assignment]@row, "sally.sue@yourcompany.com"
Note that in the formula above, you have to return the full email "sally.sue@yourcompany.com", not a name like "Sally Sue", for Smartsheet to recognize the contact.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!