Here is the formula I have
=COUNTIFS([Level]: [Level], 1, [Status]: [Status], NOT(OR([Status]@cell= "Not Applicable", [Status]@cell= "Canceled")))-COUNTIFS([Level]; [Level], 1, [ECO Workflow]: [ECO Workflow], "ECO Implementation", [Status]: [Status], "Completed")
I have cross checked spellings and quotations, could any help me to find the Issue.
Note: I took help of the Generative AI tools in Smartsheet to create the formula.