=COUNTIFS NEED HELP
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
Answers
-
Hi @LesahDee - Have you tried simplifying your formula just long enough to troubleshoot? COUNTIFS expects all of the critieria to be true at the same time, so depending on your data, it might work better if you try:
=COUNTIFS({Munis Range 4},"FACILITIES",{Munis Range 3},<> “EXPIRED NO EXTENSION”)+COUNTIFS({Munis Range 4},"FACILITIES", {Munis Range 3},<> “CLOSED”)
I recommend trying each half of that as a standalone formula to see if there is a spelling or reference problem first, and then bring them together if each works on their own.
-
Hi LesahDee,
Try =COUNTIFS({Munis Range 4},"FACILITIES",{Munis Range 3}, HAS(@cell, " ", @cell <> “EXPIRED NO EXTENSION”, @cell <> "CLOSED"))
Matthew
-
=COUNTIFS({Munis Range 4},"FACILITIES", {Munis Range 3}, AND(@cell <> “EXPIRED NO EXTENSION”, @cell <> “CLOSED”
-
So none of them worked, however I found a video and we were all so close
=COUNTIFS({Munis Range 4}, Department@row, {Munis Range 3}, <>"CLOSED", {Munis Range 3}, <>"DO NOT RENEW")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!