I am working in a smart sheet in which I need 2 criteria met before it gives me a count. First criteria I need to meet is that the cell in the column titled SAM needs to be checked in the checkbox. Second criteria that needs to be met is that the Division Column contains “Courts & Justice”.
So I want a count of all “Courts & Justice” if the SAM column is checked, and then the Division has Courts & Justice listed.
I had been using this formula (which worked), before I had to add the additional criteria of the SAM checkbox being checked.
=COUNTIF(Division:Division, CONTAINS("Courts & Justice", @cell))