Hi I am having troubles with a formula that is supposed to count every cell in a cell link that does not contain the value "Complete". The formulas that I have tried to use are =COUNTIFS({HelperCA}, "Executed Batch Record ALN", {StatusCA}, NOT(Complete))
and
=COUNTIFS({HelperCA}, "Executed Batch Record ALN", NOT({StatusCA}="Complete"))
where is my formula going wrong?
Thanks in advanced! 😊