Hello,
I am trying to do the following with a COUNTIFS Formula
G:G = "In Survey"
AF:AF = "" (Blank)
AD:AD = <>"" (Populated with data, but not specific)
My original formula looked like this:
=COUNTIFS(Data!G:G,"In Survey",Data!AF:AF,"",Data!AD:AD,"<>""")
However with or without data in AD...