We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Return Date from a column based on multiple criteria

aberry0613
8 - Asteroid

Hello everyone!  I am trying to create the yellow highlighted date column in the Excel file attached (without the highlighted column, the file is my input)  that a task would be ready to work based on if the depended on task is completed.  The task redy to work date would be the depended on tasks closed date.  

 

So, the criteria would be if Task Dependency Has Been Met = True, then find the task from the Task Depends on Task column in the Task Title column and use the Task Closed Date as the Date Task Ready to Work. 

 

I am assuming this is a multi field or multi row formula tool, and I am not very good at those.

 

Thank you in advance for your help!

 

 

1 REPLY 1
echuong1
Alteryx Alumni (Retired)

You can simply do a join on the task title and the tasks depends on task.

 

If the task closed date it filled in, it will be entered as the date task ready to work date.

 

echuong1_0-1611252089552.png

 

Labels
Top Solution Authors