Hi all,
I am trying to build a formula that references another sheet, mostly focusing on 3 columns in that sheet:
At Risk (symbol) | Completed (checkbox) | Canceled (Checkbox)
I am trying to count all the values in the At Risk column where neither Completed or Canceled checkboxes are selected. Basically, I'm trying to count active projects that are at risk. I keep getting errors in every formula I try so I was wondering maybe someone could help get it working.
I thought I finally had it with this:
=IF(AND({Completed Checkbox}, 0, {Canceled checkbox}, 0), COUNTIF({At Risk}, "High"))
And then got a new error I hadn't gotten before #INVALID DATA TYPE
Can anyone help?