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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!