Auto Assign Subtasks to mirror parent
It would be very useful if I had the ability to auto assign subtasks to be categorized the same as the parent task.
Answers
-
Try adding the formula =PARENT() to the sub-task rows. This will auto-bring in the Parent row information into the cells below it!
If you want to only write the formula once, you could create a Helper Column to identify the category. Then in a formula, check to see if a row is a Parent or Child, and either return the Category in the row (if it's a Parent) or return the Parent row Category (if it's a Child row).
Something like this:
=IF(COUNT(CHILDREN([Primary Column]@row)) > 0, [Category]@row, PARENT([Category]@row))
Then you can make this a Column Formula so it populates every row:
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
I'm trying to auto assign sub-tasks based off of the parent task, which seems to work fine until I want to create the formula as a column formula. Once I do that the sheet will eliminate all of the data I already have in the Assigned To column and won't allow me to enter anything.
-
Hi @mel_berk
Have you looked into the Assign People automated workflow? If you had the Parent Task name somewhere in the child row (such as with my formula above), then you could use the workflow to assign the person in the Assign To column without using a formula.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!