Count Past Due Task and Exclude Status that is Complete

I am trying to count past due tasks but exclude any tasks that are past the End Date. Below is my current logic that is NOT working.

=COUNTIFS({P904 - Walkthrough Past Due}, AND(@cell < TODAY (), AND(@Cell <> "Complete" )))

Below is logic that is counting all items that are past the End Date
=COUNTIFS({P904 - Walkthrough Past Due}, <TODAY())

Below are the Sheet Fields

Tags:

Answers