Highlighting Overdue Tasks in Stackby for Project Management

I’m managing a project with multiple tasks and deadlines. How can I automatically highlight overdue tasks using Stackby formulas?

Hey,
To highlight overdue tasks, you can use conditional formatting with the TODAY() function and the IF() formula. Set up a conditional formatting rule to apply a different cell style to tasks with past due dates.
Example : IF({Due Date} < TODAY(), “Overdue”, “Not Overdue”)