SS Community,
Requesting help with a formula to count the quantity (#) of times a task (row) missed the completion deadline by the Month of the Actual Completion Date {ACD}.
So in this sample data pic example below: January would be 3, and February would be 2.
So far I have:
=COUNTIFS({ACD}, {ACD} > {DNB})
But this does not count by month.
Tried leveraging a helper column {MD}, but with the right formula, I do not think this is needed.
=COUNTIFS({Missed Deadline}, IFERROR({ACD}, 0) = 1)
Appreciate the help in advance.
Thank you.
-Robert