Hi,
I'm trying to return the task description for the next task due on a project plan. Right now I'm using
=JOIN(COLLECT({Project Plan - EOL Asset Enterprise Range 1}, {Project Plan - EOL Asset Enterprise Range 4}, @cell < 1, {Project Plan - EOL Asset Enterprise Range 6}, @cell = 1, {Project Plan - EOL Asset Enterprise Range 7}, >=TODAY(7)), ", ")
And it's giving me all tasks due in the next 7 days, which makes sense. I would ultimately like it to tell me "if a task if the child of a phase, what is the task name/description for the next due task?"
My ranges are as follows:
Project Plan - EOL Asset Enterprise Range 1 - Task name/description
Project Plan - EOL Asset Enterprise Range 4 - % complete
Project Plan - EOL Asset Enterprise Range 6 - Phase #
Project Plan - EOL Asset Enterprise Range 7 - Task end date
I have tried to find this in the community but nothing seems to work.
Any help is much appreciated.