CountIfs

Is there a limitation to Count if formulas?
COUNTIFS({Active Sites Range 2}, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), {Active Sites Range 52}, "Site Visit REA"))
I would like to add a 3rd Range and 3rd Criteria to this formula but seem to be having and issue doing that. Is there a limit?
Thank you
John
Answers
-
There are a few limits, but I believe your issue may be that you need to remove one of the closing parenthesis from the end of the formula.
-
Paul,
Here is the full formula I am trying to use
=(COUNTIFS({Active Sites Range 2}, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), {Active Sites Range 52}, "Site Visit REA"{Active Sites Range 50},"Not Started")
Its not working
-
Now you have an extra opening parenthesis at the beginning that needs removed, and you are missing the comma between the second criteria and third range.
-
Thanks Still no Luck after I made these changes
=COUNTIFS({Active Sites Range 2}, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), {Active Sites Range 52}, "Site Visit REA,"{Active Sites Range 50},"Not Started")
-
You have the comma after the second criteria inside of the quotes. Try putting the quotes before the comma.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!