Hello - I have a formula that I use to find the next upcoming task showing as "Not Started" and assigned to "Joe Smith." It has worked seamlessly for months and now all of a sudden is returning an incorrect value and I am totally stumped as to why. Here is the formula:
=INDEX([Task Name]:[Task Name], MATCH(MIN(COLLECT(Start:Start, [Assigned To]:[Assigned To], HAS(@cell , "Joe Smith"), Status:Status, "Not Started")), Start:Start, 0))
The value it is returning is from a row where the "Assigned To" is "Sally Jones" and "Status" is "Complete." Things I've tried:
— I deleted the row and created a new task with the same info
— I changed the Assigned To
— I saved a new copy of the sheet, thinking it was a caching issue
The only thing that fixes it is if I change the date from 10/20/25 to 10/21/25 and then it returns the correct task which also happens to be on 10/20/25. Any help would be much appreciated!