Hi I am trying to count the number of records that meet a certain criteria and has checked checkbox.
The formula I am trying is:
=COUNTIFS({Evaluation}, "1", {Resources}, CONTAINS("Scenario 2", @cell))
{Evaluation} is a column that uses check boxes
{Resources} is a column that uses dropdown selections
I want to count the number of times the evaluation checkbox is checked and Resources contains the phrase "Scenario 2".
If I separate each of the statements I get the appropriate information but when I am trying to use COUNTIFS with more than one range and criteria I am getting the error message ##Incorrect Argument Set