Counting Check Boxes
I am trying to count the number of records that meet specific criteria and have a checkbox checked.
=COUNTIFS({Evaluation}, "1", {Resources}, CONTAINS("Scenario 2", @cell))
{Evaluation} is a column type of check box
{Resources} is a column type of dropdown
When I separate the two ranges and criteria into separate calculations they work as expected. When I try to use the COUNTIFS function I get the error message ##Incorrect argument set
Answers
-
Your formula looks good here. Check the data for any errors
-
I don't think there are any errors. When I split it into two countifs statements they work fine. I am also seeing a similar occurrence in another sheet using countif.
-
I've been able to duplicate this - check your ranges. If one is the column and the other is just a selection of rows, you will get the #INCORRECT ARGUEMENT SET error.
-
Thank you that was the issue. The {evaluation} value references a single column of data. My {Resources} value referenced more than one column. The COUNTIF function was unable to evaluate the because of that. I was able to correct it by creating one value for each column of data.
Thanks for you help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!