How do I create a formula for a Parent's "Assigned to" Inherit from Active Task

Options
tcars
tcars ✭✭
edited 05/03/23 in Formulas and Functions

Hello!

I am using an agile template to plan sprints for my team. I'd like the Parent to take on the ACTIVE subtask 'assigned to' contact.

For example, the 'assigned to' column for the Parent would equal the sub-task's 'assigned to' column that is currently active (as indicated by 'stage').

Is this possible?


something like "IF CHILD stage = in progress, then PARENT assigned to equals CHILD assigned to"??


Best Answer

  • HeatherD.
    HeatherD. Moderator
    Answer ✓
    Options

    Hi @tcars!

    You might try something like this: =IF(Stage@row = "In Progress", INDEX(COLLECT(CHILDREN(), CHILDREN(Stage@row), "In Progress"), 1)

    This roughly translates to "If the Stage in this row is 'In progress,' bring back the value from the child row (from this column) where the Stage in that row is 'In Progress'. And, if there's more than one match, just bring the first one."

    I hope this helps! Here are some articles about the functions I used that may be helpful:


    Best,

    Heather

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!