Hello,
I'm trying to count the amount of projects a department has when another column is checked. The current formula I have keeps returning a "0" but I know there are four that need to be counted.
If Department is selected And Project is checked, what is the count?
=COUNTIFS({Projects}, true, {Supporting Department}, "Sales")
Not sure what I'm doing wrong, anyone have guidance?