October 6, 2021
The Successors function (type: numeric) allows users to calculate the direct successors of a task and return a collection of values that will occur as a result of the referenced task.
Successors are the direct tasks with a dependency after the date-driven event for that particular task has occurred - in other words, the task(s) that can begin after one finishes.
=JOIN(SUCCESSORS(column@row), ",")
This formula, combined with the JOIN function, will calculate the direct successors of a task and return a collection of task row numbers that will occur due to the referenced task.