I'm trying to figure out a way to find the latest completed task in a Gantt. I'm using the formula below -
=INDEX(COLLECT([Task Name]:[Task Name], Finish:Finish, MAX(Finish:Finish), Status:Status, "Complete"), 1)
but I'm getting an invalid value error.
Thanks in advance!