Columns A and B both have dates. If the date in column A is greater than the date in the same row of column B, the row should be counted. To add context, I am trying to count the number of rows where the completion date is past the due date. How can this be accomplished?
Thanks.
You can try this:
It will sum all instances in the range where the date in column
Ais greater than that in columnB.You can also do this, however it needs to be entered as an array formula (
Ctrl+Shift+Enter):