Hi All,
Trying to create a dashboard for video projects and I want to show the next "Edit Due Date" on the dashboard, but not all projects have a due date filled out yet, and I'm getting blanks returning on the dashboard (which is causing confusion for the team).
Started here: =MIN(COLLECT({Edit Due Date}, {Edit Due Date}, >=TODAY()))
Then tried: =MIN(COLLECT({Edit Due Date}, {Edit Due Date}, @cell <> "", {Edit Due Date}, >=TODAY()))
But that's still returning blank cells.