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