As an extension to previous question asked here https://community.smartsheet.com/discussion/comment/406009#Comment_406009
I would like to ask what is the formula that we can use to capture the current task start date and next task.
Current Milestone:
=INDEX(COLLECT([Task Name]:[Task Name], Milestone:Milestone, @cell = 1, Status:Status, @cell <> "Complete"), 1)
Current Task:
=INDEX(COLLECT([Task Name]:[Task Name], Status:Status, @cell <> "Complete"), 3)
With reference to the above screenshot, my question is:
1) Since we have the current task formula above, I believe we can also capture the Start Date for the current task. How can we write the formula for this?
2) Using the successor formula, I would be able to get the Next Task name, how to write the formula to capture the next task base on the "Current Task"?
- The Current Milestone, Current Task, Current Task Start Date, Next Task is for reporting purpose at the Intake Sheet.
3) The Next Task Name formula doesn't seem to show the next task for rows with more than 1 successor. How can I improve on the formula for this? (formula taken from https://community.smartsheet.com/discussion/84257/successors-testing/p1)
Appreciate any assistance. Thank you in advance.