I'm looking to create a formula that will count the number of overdue tasks. This is based on the "assigned to", "status" and "due date".
My current formula is =COUNTIFS({[Sheet Name]}, <TODAY(), {[Sheet Name]}, ="[Assigned To]"). However, this is pulling tasks that are due in the past, but are completed.