All I am trying to do is show the next task in the Next Task column that has not be marked completed in the Status Column. I tried a bunch of different Index/Collect and Index match formulas but the best I can do is get it to return a blank. I don't understand why the below formula doesn't work.
=INDEX(COLLECT([Next Task]:[Next Task], Status:Status, @cell <> "Complete"), 1)