I'm trying to count overdue tasks in Sheet Summary, but only for Tasks that are not marked as Complete. (Marked In Progress or Not Started).
=COUNTIF(Status:Status, OR(Status:Status = "In Progress", Status:Status = "Not Started"), [End Date]:[End Date], <TODAY())
It returns the #incorrect argument set error. Any thoughts on what's wrong?