Formula to Capture Current Task Start Date and Next Task

Vivien Chong
Vivien Chong โœญโœญโœญโœญโœญโœญ

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.

Screenshot 2023-12-04 at 4.00.16โ€ฏPM.png Screenshot 2023-11-21 at 3.43.50โ€ฏPM.png

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)


Screenshot 2023-12-04 at 4.26.11โ€ฏPM.png

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.

Vivien Chong

Modern Work Management Consultant @ 57Network Consultancy Sdn Bhd

Connect with us: 57network.com

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!