I am trying to accomplish this:
Count If:
If {Current Development - Initiative}, ="Concur HS4"
And, If {Current Development - Hierarchy}, ="EPIC"
And If either one of these columns is not Empty
{Current Development - Q2'23} <> "", {Current Development - Q3'23} <> ""
This is the formula I used, but it shows #Invalid Operation
=COUNTIFS({Current Development - Initiative}, ="Concur HS4", {Current Development - Hierarchy}, ="EPIC", OR({Current Development - Q2'23} <> "", {Current Development - Q3'23} <> ""))
Any advice is much appreciated :-)