CountIfs X does not contain...
I am trying to get a formula to function and am having trouble.
=COUNTIFS({KBeaver Workload Range 1}, "Complete", {KBeaver Workload Range 3}, "1", {KBeaver Workload Range 4}, NOT(CONTAINS("E:", @cell)), {KBeaver Workload Range 4}, NOT(CONTAINS("M:", @cell)))
This is attempting to count tasks completed in Q1 by looking for the "Complete" status, then looking for a "1" in quarter, then filtering out non-tasks (does not contain "E:" and does not contain "M:").
However, the formula above only gets me "Incorrect Argument Set".
Help?
Best Answer
-
Everything else that could be causing that particular error looks fine. Lets try something a little different.
=COUNTIFS({KBeaver Workload Range 1}, "Complete", {KBeaver Workload Range 3}, "1", {KBeaver Workload Range 4}, FIND("E:", @cell) <> 1, {KBeaver Workload Range 4}, FIND("M:", @cell) <> 1)
Answers
-
Start by double checking your ranges to ensure they are all the same size and shape. If they are supposed to be covering an entire column, be sure that you are clicking on the column header to select the range.
-
Yep! All ranges are full column references and selected correctly.
-
Everything else that could be causing that particular error looks fine. Lets try something a little different.
=COUNTIFS({KBeaver Workload Range 1}, "Complete", {KBeaver Workload Range 3}, "1", {KBeaver Workload Range 4}, FIND("E:", @cell) <> 1, {KBeaver Workload Range 4}, FIND("M:", @cell) <> 1)
-
Thank you so much! That seems to have worked.
Though, I went back and refreshed my page as well. My first one worked too (though I have no idea why a refresh "fixed" it) 🤷♀️
-
Sometimes things can get a little buggy and a refresh is all you need. Glad it is working for you now.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!