| Project Completion Target Date | Estimated Completion Date |
|---|---|
| 12/31/2020 | 12/24/2020 |
| 12/31/2020 | 1/7/2021 |
| 1/19/2021 | |
| 2/15/2021 |
I'm trying to create a CountIfs statement, or a CountIf inside an Array, which will evaluate one column in relation to another column, repeated for multiple rows. With multiple conditions: If B > A, and ignore the row is A is empty.
Formula So Far:
=COUNTIF({B2:B5}, ">"&{A2:A5})
Result is 3, but the desired result is 1. This formula is counting when B > null = True. But desired result is when A is empty/null, then B !> A.

