Help
I need help with this formula..... I want to count if it is facilities and when the other range is not Expired no extension and not closed.
=COUNTIFS(AND({Munis Range 4},"FACILITIES",{Munis Range 3},<> “EXPIRED NO EXTENSION”,{Munis Range 3},<> “CLOSED” )
=COUNTIF({Munis Range 4},"FACILITIES",{Munis Range 3},<> “EXPIRED NO EXTENSION”,{Munis Range 3},<> “CLOSED” )
I get unpareeable or invalid argument depending on which one I use